#712040

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

Shades of Pompadour #712040

Tints of Pompadour #712040

Color information

#712040 (or 0x712040) is unknown color: approx Pompadour. HEX triplet: 71, 20 and 40. RGB value is (113,32,64). Sum of RGB (Red+Green+Blue) = 113+32+64=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #712040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712040 is #8EDFBF. Grayscale: #3B3B3B. Windows color (decimal): -9363392 or 4202609. OLE color: 4202609.

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

Color convert

RGB1133264-
CMYK00.720.430.56
HSL336.3º55.86%28.43%-
HSV(B)336.3º71.68%44.31%-
XYZ8.254.915.36-
YUV59.87130.34165.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.07%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=54.07%
G=15.31%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113326400.720.430.56336.355.8628.43
Hex7120400482B38150381c
Octal16140100011053705207034
Binary111000110000010000000100100010101111100010101000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712040; }

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

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

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

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

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

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

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

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