#712251

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

Shades of Pompadour #712251

Tints of Pompadour #712251

Color information

#712251 (or 0x712251) is unknown color: approx Pompadour. HEX triplet: 71, 22 and 51. RGB value is (113,34,81). Sum of RGB (Red+Green+Blue) = 113+34+81=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #712251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712251 is #8EDDAE. Grayscale: #3E3E3E. Windows color (decimal): -9362863 or 5317233. OLE color: 5317233.

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

Color convert

RGB1133481-
CMYK00.700.280.56
HSL324.3º53.74%28.82%-
HSV(B)324.3º69.91%44.31%-
XYZ8.875.258.33-
YUV62.98138.17163.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 34 (13.67% from 255) = 14.91%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=49.56%
G=14.91%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113348100.700.280.56324.353.7428.82
Hex7122510461C38144361d
Octal16142121010634705046635
Binary11100011000101010001010001101110011100010100010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712251; }

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

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

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

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

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

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

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

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