#712048

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

Shades of Pompadour #712048

Tints of Pompadour #712048

Color information

#712048 (or 0x712048) is unknown color: approx Pompadour. HEX triplet: 71, 20 and 48. RGB value is (113,32,72). Sum of RGB (Red+Green+Blue) = 113+32+72=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #712048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712048 is #8EDFB7. Grayscale: #3C3C3C. Windows color (decimal): -9363384 or 4726897. OLE color: 4726897.

HSL color Cylindrical-coordinate representation of color #712048: hue angle of 330.37º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712048 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB1133272-
CMYK00.720.360.56
HSL330.37º55.86%28.43%-
HSV(B)330.37º71.68%44.31%-
XYZ8.55.016.65-
YUV60.78134.34165.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.07%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 72 (28.52% from 255) = 33.18%
R=52.07%
G=14.75%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113327200.720.360.56330.3755.8628.43
Hex712048048243814a381c
Octal16140110011044705127034
Binary111000110000010010000100100010010011100010100101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712048; }

 p { color: rgb(113,32,72); }

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

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

 a { background-color: rgb(113,32,72); }

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

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

 span { border-color: rgb(113,32,72); }

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