#712252

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

Shades of Pompadour #712252

Tints of Pompadour #712252

Color information

#712252 (or 0x712252) is unknown color: approx Pompadour. HEX triplet: 71, 22 and 52. RGB value is (113,34,82). Sum of RGB (Red+Green+Blue) = 113+34+82=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #712252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712252 is #8EDDAD. Grayscale: #3E3E3E. Windows color (decimal): -9362862 or 5382769. OLE color: 5382769.

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

Color convert

RGB1133482-
CMYK00.700.270.56
HSL323.54º53.74%28.82%-
HSV(B)323.54º69.91%44.31%-
XYZ8.915.268.53-
YUV63.09138.67163.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 82 (32.42% from 255) = 35.81%
R=49.34%
G=14.85%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113348200.700.270.56323.5453.7428.82
Hex7122520461B38144361d
Octal16142122010633705046635
Binary11100011000101010010010001101101111100010100010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712252; }

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

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

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

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

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

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

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

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