#78153F

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

Shades of Pompadour #78153F

Tints of Pompadour #78153F

Color information

#78153F (or 0x78153F) is unknown color: approx Pompadour. HEX triplet: 78, 15 and 3F. RGB value is (120,21,63). Sum of RGB (Red+Green+Blue) = 120+21+63=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #78153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78153F is #87EAC0. Grayscale: #373737. Windows color (decimal): -8907457 or 4134264. OLE color: 4134264.

HSL color Cylindrical-coordinate representation of color #78153F: hue angle of 334.55º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78153F is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1202163-
CMYK00.830.480.53
HSL334.55º70.21%27.65%-
HSV(B)334.55º82.5%47.06%-
XYZ8.914.895.18-
YUV55.39132.3174.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.82%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 63 (25% from 255) = 30.88%
R=58.82%
G=10.29%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120216300.830.480.53334.5570.2127.65
Hex78153F053303514f461c
Octal17025770123606551710634
Binary11110001010111111101010011110000110101101001111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78153F; }

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

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

<style>
 a { background-color: #78153F; }

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

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

<style>
 span { border-color: #78153F; }

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

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