#712746

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

Shades of Pompadour #712746

Tints of Pompadour #712746

Color information

#712746 (or 0x712746) is unknown color: approx Pompadour. HEX triplet: 71, 27 and 46. RGB value is (113,39,70). Sum of RGB (Red+Green+Blue) = 113+39+70=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #712746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712746 is #8ED8B9. Grayscale: #404040. Windows color (decimal): -9361594 or 4597617. OLE color: 4597617.

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

Color convert

RGB1133970-
CMYK00.650.380.56
HSL334.86º48.68%29.8%-
HSV(B)334.86º65.49%44.31%-
XYZ8.645.46.38-
YUV64.66131.02162.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=50.90%
G=17.57%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113397000.650.380.56334.8648.6829.8
Hex712746041263814f311e
Octal16147106010146705176136
Binary111000110011110001100100000110011011100010100111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712746; }

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

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

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

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

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

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

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

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