Html Css Color HEX #711139 Pompadour

📋 copy color: '#711139'

red 113 ◦ green 17 ◦ blue 57

#711139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #711139

Tints of Pompadour #711139

RGB

 RED value IS 113 (44.53% from 255) = 60.43%

 GREEN value IS 17 (7.03% from 255) = 9.09%

 BLUE value IS 57 (22.66% from 255) = 30.48%

R = 60.43%
G = 9.09%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#711139 (or 0x711139) is known color: Pompadour. HEX triplet: 71, 11 and 39. RGB value is (113,17,57). Sum of RGB (Red+Green+Blue) = 113+17+57=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #711139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711139 is #8EEEC6. Grayscale: #323232. Windows color (decimal): -9367239 or 3740017. OLE color: 3740017.

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

Color convert

RGB 113 17 57 -
CMYK 0 0.85 0.50 0.56
HSL 335º 0.74% 0.25% -
HSV(B) 335º 0.85% 0.44% -
XYZ 7.75 4.21 4.27 -
YUV 50.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 113 17 57 0 0.85 0.50 0.56 335 0.74 0.25
Hex 71 11 39 0 55 32 38 14F 4A 19
Octal 161 21 71 0 125 62 70 517 112 31
Binary 1110001 10001 111001 0 1010101 110010 111000 101001111 1001010 11001

Color Harmonies of #711139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711139

Black with #711139

Text Example


Text Example

White with #711139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711139; }

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

 H1.HeaderClassName
 {
   color: #711139;
 }
 .AnyTagClassName
 {
   color: #711139;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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