#78133E

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

Shades of Pompadour #78133E

Tints of Pompadour #78133E

Color information

#78133E (or 0x78133E) is unknown color: approx Pompadour. HEX triplet: 78, 13 and 3E. RGB value is (120,19,62). Sum of RGB (Red+Green+Blue) = 120+19+62=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78133E is #87ECC1. Grayscale: #363636. Windows color (decimal): -8907970 or 4068216. OLE color: 4068216.

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

Color convert

RGB1201962-
CMYK00.840.480.53
HSL334.46º72.66%27.25%-
HSV(B)334.46º84.17%47.06%-
XYZ8.854.815.02-
YUV54.1132.46175-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.70%
GREEN value IS 19 (7.81% from 255) = 9.45%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=59.70%
G=9.45%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120196200.840.480.53334.4672.6627.25
Hex78133E054303514e491b
Octal17023760124606551611133
Binary11110001001111111001010100110000110101101001110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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