#711545

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

Shades of Pompadour #711545

Tints of Pompadour #711545

Color information

#711545 (or 0x711545) is unknown color: approx Pompadour. HEX triplet: 71, 15 and 45. RGB value is (113,21,69). Sum of RGB (Red+Green+Blue) = 113+21+69=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #711545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711545 is #8EEABA. Grayscale: #353535. Windows color (decimal): -9366203 or 4527473. OLE color: 4527473.

HSL color Cylindrical-coordinate representation of color #711545: hue angle of 328.7º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711545 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB1132169-
CMYK00.810.390.56
HSL328.7º68.66%26.27%-
HSV(B)328.7º81.42%44.31%-
XYZ8.154.486.06-
YUV53.98136.48170.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 69 (27.34% from 255) = 33.99%
R=55.67%
G=10.34%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113216900.810.390.56328.768.6626.27
Hex7115450512738149451a
Octal161251050121477051110532
Binary111000110101100010101010001100111111000101001001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711545; }

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

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

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

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

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

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

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

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