#78163E

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

Shades of Pompadour #78163E

Tints of Pompadour #78163E

Color information

#78163E (or 0x78163E) is unknown color: approx Pompadour. HEX triplet: 78, 16 and 3E. RGB value is (120,22,62). Sum of RGB (Red+Green+Blue) = 120+22+62=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #78163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78163E is #87E9C1. Grayscale: #373737. Windows color (decimal): -8907202 or 4068984. OLE color: 4068984.

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

Color convert

RGB1202262-
CMYK00.820.480.53
HSL335.51º69.01%27.84%-
HSV(B)335.51º81.67%47.06%-
XYZ8.94.915.04-
YUV55.86131.47173.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.82%
GREEN value IS 22 (8.98% from 255) = 10.78%
BLUE value IS 62 (24.61% from 255) = 30.39%
R=58.82%
G=10.78%
B=30.39%

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
Decimal120226200.820.480.53335.5169.0127.84
Hex78163E0523035150451c
Octal17026760122606552010534
Binary11110001011011111001010010110000110101101010000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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