#712053

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

Shades of Pompadour #712053

Tints of Pompadour #712053

Color information

#712053 (or 0x712053) is unknown color: approx Pompadour. HEX triplet: 71, 20 and 53. RGB value is (113,32,83). Sum of RGB (Red+Green+Blue) = 113+32+83=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #712053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712053 is #8EDFAC. Grayscale: #3D3D3D. Windows color (decimal): -9363373 or 5447793. OLE color: 5447793.

HSL color Cylindrical-coordinate representation of color #712053: hue angle of 322.22º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712053 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1133283-
CMYK00.720.270.56
HSL322.22º55.86%28.43%-
HSV(B)322.22º71.68%44.31%-
XYZ8.895.178.71-
YUV62.03139.84164.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 83 (32.81% from 255) = 36.40%
R=49.56%
G=14.04%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113328300.720.270.56322.2255.8628.43
Hex7120530481B38142381c
Octal16140123011033705027034
Binary11100011000001010011010010001101111100010100001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712053; }

 p { color: rgb(113,32,83); }

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

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

 a { background-color: rgb(113,32,83); }

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

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

 span { border-color: rgb(113,32,83); }

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