#712548

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

Shades of Pompadour #712548

Tints of Pompadour #712548

Color information

#712548 (or 0x712548) is unknown color: approx Pompadour. HEX triplet: 71, 25 and 48. RGB value is (113,37,72). Sum of RGB (Red+Green+Blue) = 113+37+72=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #712548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712548 is #8EDAB7. Grayscale: #3F3F3F. Windows color (decimal): -9362104 or 4728177. OLE color: 4728177.

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

Color convert

RGB1133772-
CMYK00.670.360.56
HSL332.37º50.67%29.41%-
HSV(B)332.37º67.26%44.31%-
XYZ8.645.36.7-
YUV63.71132.68163.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 72 (28.52% from 255) = 32.43%
R=50.90%
G=16.67%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113377200.670.360.56332.3750.6729.41
Hex712548043243814c331d
Octal16145110010344705146335
Binary111000110010110010000100001110010011100010100110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712548; }

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

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

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

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

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

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

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

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