#712450

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

Shades of Pompadour #712450

Tints of Pompadour #712450

Color information

#712450 (or 0x712450) is unknown color: approx Pompadour. HEX triplet: 71, 24 and 50. RGB value is (113,36,80). Sum of RGB (Red+Green+Blue) = 113+36+80=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #712450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712450 is #8EDBAF. Grayscale: #3F3F3F. Windows color (decimal): -9362352 or 5252209. OLE color: 5252209.

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

Color convert

RGB1133680-
CMYK00.680.290.56
HSL325.71º51.68%29.22%-
HSV(B)325.71º68.14%44.31%-
XYZ8.895.358.15-
YUV64.04137.01162.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=49.34%
G=15.72%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113368000.680.290.56325.7151.6829.22
Hex7124500441D38146341d
Octal16144120010435705066435
Binary11100011001001010000010001001110111100010100011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712450; }

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

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

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

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

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

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

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

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