Html Css Color HEX #711239 Pompadour

📋 copy color: '#711239'

red 113 ◦ green 18 ◦ blue 57

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

Shades of Pompadour #711239

Tints of Pompadour #711239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.57%

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

R = 60.11%
G = 9.57%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#711239 (or 0x711239) is known color: Pompadour. HEX triplet: 71, 12 and 39. RGB value is (113,18,57). Sum of RGB (Red+Green+Blue) = 113+18+57=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #711239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711239 is #8EEDC6. Grayscale: #323232. Windows color (decimal): -9366983 or 3740273. OLE color: 3740273.

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

Color convert

RGB 113 18 57 -
CMYK 0 0.84 0.50 0.56
HSL 335.37º 0.73% 0.26% -
HSV(B) 335.37º 0.84% 0.44% -
XYZ 7.76 4.24 4.28 -
YUV 50.85 131.47 172.33 -
System Red Green Blue C M Y K H S L
Decimal 113 18 57 0 0.84 0.50 0.56 335.37 0.73 0.26
Hex 71 12 39 0 54 32 38 14F 49 1A
Octal 161 22 71 0 124 62 70 517 111 32
Binary 1110001 10010 111001 0 1010100 110010 111000 101001111 1001001 11010

Color Harmonies of #711239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711239

Black with #711239

Text Example


Text Example

White with #711239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711239; }

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

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

background-color css

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

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

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

border-color css

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

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

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