#711339

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

Shades of Pompadour #711339

Tints of Pompadour #711339

Color information

#711339 (or 0x711339) is unknown color: approx Pompadour. HEX triplet: 71, 13 and 39. RGB value is (113,19,57). Sum of RGB (Red+Green+Blue) = 113+19+57=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #711339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711339 is #8EECC6. Grayscale: #333333. Windows color (decimal): -9366727 or 3740529. OLE color: 3740529.

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

Color convert

RGB1131957-
CMYK00.830.500.56
HSL335.74º71.21%25.88%-
HSV(B)335.74º83.19%44.31%-
XYZ7.784.274.29-
YUV51.44131.14171.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.79%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 57 (22.66% from 255) = 30.16%
R=59.79%
G=10.05%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113195700.830.500.56335.7471.2125.88
Hex7113390533238150471a
Octal16123710123627052010732
Binary11100011001111100101010011110010111000101010000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711339; }

 p { color: rgb(113,19,57); }

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

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

 a { background-color: rgb(113,19,57); }

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

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

 span { border-color: rgb(113,19,57); }

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