#78163F

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

Shades of Pompadour #78163F

Tints of Pompadour #78163F

Color information

#78163F (or 0x78163F) is unknown color: approx Pompadour. HEX triplet: 78, 16 and 3F. RGB value is (120,22,63). Sum of RGB (Red+Green+Blue) = 120+22+63=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #78163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78163F is #87E9C0. Grayscale: #373737. Windows color (decimal): -8907201 or 4134520. OLE color: 4134520.

HSL color Cylindrical-coordinate representation of color #78163F: hue angle of 334.9º degrees, saturation: 0.69, 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 #78163F is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1202263-
CMYK00.820.480.53
HSL334.9º69.01%27.84%-
HSV(B)334.9º81.67%47.06%-
XYZ8.934.935.18-
YUV55.98131.97173.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.54%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 63 (25% from 255) = 30.73%
R=58.54%
G=10.73%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120226300.820.480.53334.969.0127.84
Hex78163F052303514f451c
Octal17026770122606551710534
Binary11110001011011111101010010110000110101101001111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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