#712654

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

Shades of Pompadour #712654

Tints of Pompadour #712654

Color information

#712654 (or 0x712654) is unknown color: approx Pompadour. HEX triplet: 71, 26 and 54. RGB value is (113,38,84). Sum of RGB (Red+Green+Blue) = 113+38+84=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #712654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712654 is #8ED9AB. Grayscale: #414141. Windows color (decimal): -9361836 or 5514865. OLE color: 5514865.

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

Color convert

RGB1133884-
CMYK00.660.260.56
HSL323.2º49.67%29.61%-
HSV(B)323.2º66.37%44.31%-
XYZ9.15.548.98-
YUV65.67138.35161.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.09%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=48.09%
G=16.17%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113388400.660.260.56323.249.6729.61
Hex7126540421A38143321e
Octal16146124010232705036236
Binary11100011001101010100010000101101011100010100001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712654; }

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

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

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

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

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

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

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

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