#78113E

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

Shades of Pompadour #78113E

Tints of Pompadour #78113E

Color information

#78113E (or 0x78113E) is unknown color: approx Pompadour. HEX triplet: 78, 11 and 3E. RGB value is (120,17,62). Sum of RGB (Red+Green+Blue) = 120+17+62=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78113E is #87EEC1. Grayscale: #343434. Windows color (decimal): -8908482 or 4067704. OLE color: 4067704.

HSL color Cylindrical-coordinate representation of color #78113E: hue angle of 333.79º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78113E is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1201762-
CMYK00.860.480.53
HSL333.79º75.18%26.86%-
HSV(B)333.79º85.83%47.06%-
XYZ8.824.745.01-
YUV52.93133.12175.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 62 (24.61% from 255) = 31.16%
R=60.30%
G=8.54%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120176200.860.480.53333.7975.1826.86
Hex78113E056303514e4b1b
Octal17021760126606551611333
Binary11110001000111111001010110110000110101101001110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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