#78194F

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

Shades of Pompadour #78194F

Tints of Pompadour #78194F

Color information

#78194F (or 0x78194F) is unknown color: approx Pompadour. HEX triplet: 78, 19 and 4F. RGB value is (120,25,79). Sum of RGB (Red+Green+Blue) = 120+25+79=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #78194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78194F is #87E6B0. Grayscale: #3B3B3B. Windows color (decimal): -8906417 or 5183864. OLE color: 5183864.

HSL color Cylindrical-coordinate representation of color #78194F: hue angle of 325.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 #78194F is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1202579-
CMYK00.790.340.53
HSL325.89º65.52%28.43%-
HSV(B)325.89º79.17%47.06%-
XYZ9.55.257.91-
YUV59.56138.97171.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.57%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=53.57%
G=11.16%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120257900.790.340.53325.8965.5228.43
Hex78194F04F2235146421c
Octal170311170117426550610234
Binary111100011001100111101001111100010110101101000110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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