#7B153F

Color #7B153F Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #7B153F

Tints of Pompadour #7B153F

Color information

#7B153F (or 0x7B153F) is unknown color: approx Pompadour. HEX triplet: 7B, 15 and 3F. RGB value is (123,21,63). Sum of RGB (Red+Green+Blue) = 123+21+63=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B153F is #84EAC0. Grayscale: #383838. Windows color (decimal): -8710849 or 4134267. OLE color: 4134267.

HSL color Cylindrical-coordinate representation of color #7B153F: hue angle of 335.29º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B153F is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB1232163-
CMYK00.830.490.52
HSL335.29º70.83%28.24%-
HSV(B)335.29º82.93%48.24%-
XYZ9.335.115.2-
YUV56.29131.79175.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 59.42%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 63 (25% from 255) = 30.43%
R=59.42%
G=10.14%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123216300.830.490.52335.2970.8328.24
Hex7B153F053313414f471c
Octal17325770123616451710734
Binary11110111010111111101010011110001110100101001111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B153F; }

 p { color: rgb(123,21,63); }

 H1.HeaderClassName
 {
   color: #7B153F;
 }
 .AnyTagClassName
 {
   color: #7B153F;
 }
</style>
background-color css

<style>
 a { background-color: #7B153F; }

 a { background-color: rgb(123,21,63); }

 div.DivClassName
 {
   background-color: #7B153F;
 }
 .BgClassName
 {
   background-color: #7B153F;
 }
</style>
border-color css

<style>
 span { border-color: #7B153F; }

 span { border-color: rgb(123,21,63); }

 td.TdClassName
 {
   border-color: #7B153F;
 }
 .TagClassName
 {
   border-color: #7B153F;
 }
</style>