#78133D

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

Shades of Pompadour #78133D

Tints of Pompadour #78133D

Color information

#78133D (or 0x78133D) is unknown color: approx Pompadour. HEX triplet: 78, 13 and 3D. RGB value is (120,19,61). Sum of RGB (Red+Green+Blue) = 120+19+61=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78133D is #87ECC2. Grayscale: #353535. Windows color (decimal): -8907971 or 4002680. OLE color: 4002680.

HSL color Cylindrical-coordinate representation of color #78133D: hue angle of 335.05º 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 #78133D is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1201961-
CMYK00.840.490.53
HSL335.05º72.66%27.25%-
HSV(B)335.05º84.17%47.06%-
XYZ8.824.84.88-
YUV53.99131.96175.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60%
GREEN value IS 19 (7.81% from 255) = 9.5%
BLUE value IS 61 (24.22% from 255) = 30.5%
R=60%
G=9.5%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120196100.840.490.53335.0572.6627.25
Hex78133D054313514f491b
Octal17023750124616551711133
Binary11110001001111110101010100110001110101101001111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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