#78193C

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

Shades of Pompadour #78193C

Tints of Pompadour #78193C

Color information

#78193C (or 0x78193C) is unknown color: approx Pompadour. HEX triplet: 78, 19 and 3C. RGB value is (120,25,60). Sum of RGB (Red+Green+Blue) = 120+25+60=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #78193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78193C is #87E6C3. Grayscale: #393939. Windows color (decimal): -8906436 or 3938680. OLE color: 3938680.

HSL color Cylindrical-coordinate representation of color #78193C: hue angle of 337.89º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78193C is Cyan = 0, Magento = 0.79, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB1202560-
CMYK00.790.50.53
HSL337.89º65.52%28.43%-
HSV(B)337.89º79.17%47.06%-
XYZ8.915.014.77-
YUV57.4129.47172.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.54%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=58.54%
G=12.20%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120256000.790.50.53337.8965.5228.43
Hex78193C04F3235152421c
Octal17031740117626552210234
Binary11110001100111110001001111110010110101101010010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78193C; }

 p { color: rgb(120,25,60); }

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

<style>
 a { background-color: #78193C; }

 a { background-color: rgb(120,25,60); }

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

<style>
 span { border-color: #78193C; }

 span { border-color: rgb(120,25,60); }

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