#712042

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

Shades of Pompadour #712042

Tints of Pompadour #712042

Color information

#712042 (or 0x712042) is unknown color: approx Pompadour. HEX triplet: 71, 20 and 42. RGB value is (113,32,66). Sum of RGB (Red+Green+Blue) = 113+32+66=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #712042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712042 is #8EDFBD. Grayscale: #3C3C3C. Windows color (decimal): -9363390 or 4333681. OLE color: 4333681.

HSL color Cylindrical-coordinate representation of color #712042: hue angle of 334.81º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712042 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB1133266-
CMYK00.720.420.56
HSL334.81º55.86%28.43%-
HSV(B)334.81º71.68%44.31%-
XYZ8.314.945.67-
YUV60.1131.34165.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.55%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 66 (26.17% from 255) = 31.28%
R=53.55%
G=15.17%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113326600.720.420.56334.8155.8628.43
Hex7120420482A3814f381c
Octal16140102011052705177034
Binary111000110000010000100100100010101011100010100111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712042; }

 p { color: rgb(113,32,66); }

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

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

 a { background-color: rgb(113,32,66); }

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

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

 span { border-color: rgb(113,32,66); }

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