#712144

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

Shades of Pompadour #712144

Tints of Pompadour #712144

Color information

#712144 (or 0x712144) is unknown color: approx Pompadour. HEX triplet: 71, 21 and 44. RGB value is (113,33,68). Sum of RGB (Red+Green+Blue) = 113+33+68=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #712144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712144 is #8EDEBB. Grayscale: #3C3C3C. Windows color (decimal): -9363132 or 4465009. OLE color: 4465009.

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

Color convert

RGB1133368-
CMYK00.710.400.56
HSL333.75º54.79%28.63%-
HSV(B)333.75º70.8%44.31%-
XYZ8.45.025.99-
YUV60.91132165.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.80%
GREEN value IS 33 (13.28% from 255) = 15.42%
BLUE value IS 68 (26.95% from 255) = 31.78%
R=52.80%
G=15.42%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113336800.710.400.56333.7554.7928.63
Hex712144047283814e371d
Octal16141104010750705166735
Binary111000110000110001000100011110100011100010100111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712144; }

 p { color: rgb(113,33,68); }

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

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

 a { background-color: rgb(113,33,68); }

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

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

 span { border-color: rgb(113,33,68); }

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