#78193E

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

Shades of Pompadour #78193E

Tints of Pompadour #78193E

Color information

#78193E (or 0x78193E) is unknown color: approx Pompadour. HEX triplet: 78, 19 and 3E. RGB value is (120,25,62). Sum of RGB (Red+Green+Blue) = 120+25+62=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #78193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78193E is #87E6C1. Grayscale: #393939. Windows color (decimal): -8906434 or 4069752. OLE color: 4069752.

HSL color Cylindrical-coordinate representation of color #78193E: hue angle of 336.63º 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 #78193E is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1202562-
CMYK00.790.480.53
HSL336.63º65.52%28.43%-
HSV(B)336.63º79.17%47.06%-
XYZ8.965.045.06-
YUV57.62130.47172.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.97%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 62 (24.61% from 255) = 29.95%
R=57.97%
G=12.08%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120256200.790.480.53336.6365.5228.43
Hex78193E04F3035151421c
Octal17031760117606552110234
Binary11110001100111111001001111110000110101101010001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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