#712748

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

Shades of Pompadour #712748

Tints of Pompadour #712748

Color information

#712748 (or 0x712748) is unknown color: approx Pompadour. HEX triplet: 71, 27 and 48. RGB value is (113,39,72). Sum of RGB (Red+Green+Blue) = 113+39+72=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #712748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712748 is #8ED8B7. Grayscale: #404040. Windows color (decimal): -9361592 or 4728689. OLE color: 4728689.

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

Color convert

RGB1133972-
CMYK00.650.360.56
HSL333.24º48.68%29.8%-
HSV(B)333.24º65.49%44.31%-
XYZ8.715.436.72-
YUV64.89132.02162.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 39 (15.62% from 255) = 17.41%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=50.45%
G=17.41%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113397200.650.360.56333.2448.6829.8
Hex712748041243814d311e
Octal16147110010144705156136
Binary111000110011110010000100000110010011100010100110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712748; }

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

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

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

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

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

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

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

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