#712552

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

Shades of Pompadour #712552

Tints of Pompadour #712552

Color information

#712552 (or 0x712552) is unknown color: approx Pompadour. HEX triplet: 71, 25 and 52. RGB value is (113,37,82). Sum of RGB (Red+Green+Blue) = 113+37+82=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #712552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712552 is #8EDAAD. Grayscale: #404040. Windows color (decimal): -9362094 or 5383537. OLE color: 5383537.

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

Color convert

RGB1133782-
CMYK00.670.270.56
HSL324.47º50.67%29.41%-
HSV(B)324.47º67.26%44.31%-
XYZ8.995.448.56-
YUV64.85137.68162.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=48.71%
G=15.95%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113378200.670.270.56324.4750.6729.41
Hex7125520431B38144331d
Octal16145122010333705046335
Binary11100011001011010010010000111101111100010100010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712552; }

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

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

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

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

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

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

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

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