#712145

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

Shades of Pompadour #712145

Tints of Pompadour #712145

Color information

#712145 (or 0x712145) is unknown color: approx Pompadour. HEX triplet: 71, 21 and 45. RGB value is (113,33,69). Sum of RGB (Red+Green+Blue) = 113+33+69=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #712145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712145 is #8EDEBA. Grayscale: #3C3C3C. Windows color (decimal): -9363131 or 4530545. OLE color: 4530545.

HSL color Cylindrical-coordinate representation of color #712145: hue angle of 333º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712145 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB1133369-
CMYK00.710.390.56
HSL333º54.79%28.63%-
HSV(B)333º70.8%44.31%-
XYZ8.435.036.16-
YUV61.02132.5165.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 69 (27.34% from 255) = 32.09%
R=52.56%
G=15.35%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113336900.710.390.5633354.7928.63
Hex712145047273814d371d
Octal16141105010747705156735
Binary111000110000110001010100011110011111100010100110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712145; }

 p { color: rgb(113,33,69); }

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

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

 a { background-color: rgb(113,33,69); }

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

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

 span { border-color: rgb(113,33,69); }

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