Html Css Color HEX #711142 Pompadour

📋 copy color: '#711142'

red 113 ◦ green 17 ◦ blue 66

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

Shades of Pompadour #711142

Tints of Pompadour #711142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 57.65%
G = 8.67%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#711142 (or 0x711142) is known color: Pompadour. HEX triplet: 71, 11 and 42. RGB value is (113,17,66). Sum of RGB (Red+Green+Blue) = 113+17+66=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #711142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711142 is #8EEEBD. Grayscale: #333333. Windows color (decimal): -9367230 or 4329841. OLE color: 4329841.

HSL color Cylindrical-coordinate representation of color #711142: hue angle of 329.38º 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 #711142 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 66 -
CMYK 0 0.85 0.42 0.56
HSL 329.38º 0.74% 0.25% -
HSV(B) 329.38º 0.85% 0.44% -
XYZ 7.99 4.3 5.56 -
YUV 51.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 113 17 66 0 0.85 0.42 0.56 329.38 0.74 0.25
Hex 71 11 42 0 55 2A 38 149 4A 19
Octal 161 21 102 0 125 52 70 511 112 31
Binary 1110001 10001 1000010 0 1010101 101010 111000 101001001 1001010 11001

Color Harmonies of #711142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711142

Black with #711142

Text Example


Text Example

White with #711142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711142; }

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

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

background-color css

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

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

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

border-color css

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

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

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