#712352

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

Shades of Pompadour #712352

Tints of Pompadour #712352

Color information

#712352 (or 0x712352) is unknown color: approx Pompadour. HEX triplet: 71, 23 and 52. RGB value is (113,35,82). Sum of RGB (Red+Green+Blue) = 113+35+82=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #712352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712352 is #8EDCAD. Grayscale: #3F3F3F. Windows color (decimal): -9362606 or 5383025. OLE color: 5383025.

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

Color convert

RGB1133582-
CMYK00.690.270.56
HSL323.85º52.7%29.02%-
HSV(B)323.85º69.03%44.31%-
XYZ8.935.328.54-
YUV63.68138.34163.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 35 (14.06% from 255) = 15.22%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=49.13%
G=15.22%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113358200.690.270.56323.8552.729.02
Hex7123520451B38144351d
Octal16143122010533705046535
Binary11100011000111010010010001011101111100010100010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712352; }

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

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

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

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

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

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

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

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