#712043

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

Shades of Pompadour #712043

Tints of Pompadour #712043

Color information

#712043 (or 0x712043) is unknown color: approx Pompadour. HEX triplet: 71, 20 and 43. RGB value is (113,32,67). Sum of RGB (Red+Green+Blue) = 113+32+67=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #712043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712043 is #8EDFBC. Grayscale: #3C3C3C. Windows color (decimal): -9363389 or 4399217. OLE color: 4399217.

HSL color Cylindrical-coordinate representation of color #712043: hue angle of 334.07º 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 #712043 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1133267-
CMYK00.720.410.56
HSL334.07º55.86%28.43%-
HSV(B)334.07º71.68%44.31%-
XYZ8.344.955.83-
YUV60.21131.84165.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.30%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 67 (26.56% from 255) = 31.60%
R=53.30%
G=15.09%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113326700.720.410.56334.0755.8628.43
Hex712043048293814e381c
Octal16140103011051705167034
Binary111000110000010000110100100010100111100010100111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712043; }

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

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

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

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

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

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

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

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