#711C45

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

Shades of Pompadour #711C45

Tints of Pompadour #711C45

Color information

#711C45 (or 0x711C45) is unknown color: approx Pompadour. HEX triplet: 71, 1C and 45. RGB value is (113,28,69). Sum of RGB (Red+Green+Blue) = 113+28+69=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #711C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C45 is #8EE3BA. Grayscale: #3A3A3A. Windows color (decimal): -9364411 or 4529265. OLE color: 4529265.

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

Color convert

RGB1132869-
CMYK00.750.390.56
HSL331.06º60.28%27.65%-
HSV(B)331.06º75.22%44.31%-
XYZ8.34.776.11-
YUV58.09134.16167.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.81%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=53.81%
G=13.33%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113286900.750.390.56331.0660.2827.65
Hex711C4504B273814b3c1c
Octal16134105011347705137434
Binary11100011110010001010100101110011111100010100101111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711C45; }

 p { color: rgb(113,28,69); }

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

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

 a { background-color: rgb(113,28,69); }

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

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

 span { border-color: rgb(113,28,69); }

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