#712451

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

Shades of Pompadour #712451

Tints of Pompadour #712451

Color information

#712451 (or 0x712451) is unknown color: approx Pompadour. HEX triplet: 71, 24 and 51. RGB value is (113,36,81). Sum of RGB (Red+Green+Blue) = 113+36+81=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #712451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712451 is #8EDBAE. Grayscale: #404040. Windows color (decimal): -9362351 or 5317745. OLE color: 5317745.

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

Color convert

RGB1133681-
CMYK00.680.280.56
HSL324.94º51.68%29.22%-
HSV(B)324.94º68.14%44.31%-
XYZ8.935.378.35-
YUV64.15137.51162.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 36 (14.45% from 255) = 15.65%
BLUE value IS 81 (32.03% from 255) = 35.22%
R=49.13%
G=15.65%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113368100.680.280.56324.9451.6829.22
Hex7124510441C38145341d
Octal16144121010434705056435
Binary11100011001001010001010001001110011100010100010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712451; }

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

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

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

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

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

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

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

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