#712454

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

Shades of Pompadour #712454

Tints of Pompadour #712454

Color information

#712454 (or 0x712454) is unknown color: approx Pompadour. HEX triplet: 71, 24 and 54. RGB value is (113,36,84). Sum of RGB (Red+Green+Blue) = 113+36+84=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #712454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712454 is #8EDBAB. Grayscale: #404040. Windows color (decimal): -9362348 or 5514353. OLE color: 5514353.

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

Color convert

RGB1133684-
CMYK00.680.260.56
HSL322.6º51.68%29.22%-
HSV(B)322.6º68.14%44.31%-
XYZ9.045.418.96-
YUV64.5139.01162.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 36 (14.45% from 255) = 15.45%
BLUE value IS 84 (33.20% from 255) = 36.05%
R=48.50%
G=15.45%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113368400.680.260.56322.651.6829.22
Hex7124540441A38143341d
Octal16144124010432705036435
Binary11100011001001010100010001001101011100010100001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712454; }

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

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

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

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

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

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

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

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