#712449

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

Shades of Pompadour #712449

Tints of Pompadour #712449

Color information

#712449 (or 0x712449) is unknown color: approx Pompadour. HEX triplet: 71, 24 and 49. RGB value is (113,36,73). Sum of RGB (Red+Green+Blue) = 113+36+73=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #712449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712449 is #8EDBB6. Grayscale: #3F3F3F. Windows color (decimal): -9362359 or 4793457. OLE color: 4793457.

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

Color convert

RGB1133673-
CMYK00.680.350.56
HSL331.17º51.68%29.22%-
HSV(B)331.17º68.14%44.31%-
XYZ8.645.256.86-
YUV63.24133.51163.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 73 (28.91% from 255) = 32.88%
R=50.90%
G=16.22%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113367300.680.350.56331.1751.6829.22
Hex712449044233814b341d
Octal16144111010443705136435
Binary111000110010010010010100010010001111100010100101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712449; }

 p { color: rgb(113,36,73); }

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

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

 a { background-color: rgb(113,36,73); }

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

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

 span { border-color: rgb(113,36,73); }

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