#712648

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

Shades of Pompadour #712648

Tints of Pompadour #712648

Color information

#712648 (or 0x712648) is unknown color: approx Pompadour. HEX triplet: 71, 26 and 48. RGB value is (113,38,72). Sum of RGB (Red+Green+Blue) = 113+38+72=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #712648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712648 is #8ED9B7. Grayscale: #404040. Windows color (decimal): -9361848 or 4728433. OLE color: 4728433.

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

Color convert

RGB1133872-
CMYK00.660.360.56
HSL332.8º49.67%29.61%-
HSV(B)332.8º66.37%44.31%-
XYZ8.675.366.71-
YUV64.3132.35162.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 72 (28.52% from 255) = 32.29%
R=50.67%
G=17.04%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113387200.660.360.56332.849.6729.61
Hex712648042243814d321e
Octal16146110010244705156236
Binary111000110011010010000100001010010011100010100110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712648; }

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

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

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

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

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

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

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

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