#712244

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

Shades of Pompadour #712244

Tints of Pompadour #712244

Color information

#712244 (or 0x712244) is unknown color: approx Pompadour. HEX triplet: 71, 22 and 44. RGB value is (113,34,68). Sum of RGB (Red+Green+Blue) = 113+34+68=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #712244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712244 is #8EDDBB. Grayscale: #3D3D3D. Windows color (decimal): -9362876 or 4465265. OLE color: 4465265.

HSL color Cylindrical-coordinate representation of color #712244: hue angle of 334.18º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712244 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1133468-
CMYK00.700.400.56
HSL334.18º53.74%28.82%-
HSV(B)334.18º69.91%44.31%-
XYZ8.435.076-
YUV61.5131.67164.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 34 (13.67% from 255) = 15.81%
BLUE value IS 68 (26.95% from 255) = 31.63%
R=52.56%
G=15.81%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113346800.700.400.56334.1853.7428.82
Hex712244046283814e361d
Octal16142104010650705166635
Binary111000110001010001000100011010100011100010100111011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712244; }

 p { color: rgb(113,34,68); }

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

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

 a { background-color: rgb(113,34,68); }

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

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

 span { border-color: rgb(113,34,68); }

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