Html Css Color HEX #711951 Pompadour

📋 copy color: '#711951'

red 113 ◦ green 25 ◦ blue 81

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

Shades of Pompadour #711951

Tints of Pompadour #711951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

 BLUE value IS 81 (32.03% from 255) = 36.99%

R = 51.6%
G = 11.42%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#711951 (or 0x711951) is known color: Pompadour. HEX triplet: 71, 19 and 51. RGB value is (113,25,81). Sum of RGB (Red+Green+Blue) = 113+25+81=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #711951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711951 is #8EE6AE. Grayscale: #393939. Windows color (decimal): -9365167 or 5314929. OLE color: 5314929.

HSL color Cylindrical-coordinate representation of color #711951: hue angle of 321.82º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711951 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 81 -
CMYK 0 0.78 0.28 0.56
HSL 321.82º 0.64% 0.27% -
HSV(B) 321.82º 0.78% 0.44% -
XYZ 8.64 4.8 8.26 -
YUV 57.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 113 25 81 0 0.78 0.28 0.56 321.82 0.64 0.27
Hex 71 19 51 0 4E 1C 38 142 40 1B
Octal 161 31 121 0 116 34 70 502 100 33
Binary 1110001 11001 1010001 0 1001110 11100 111000 101000010 1000000 11011

Color Harmonies of #711951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711951

Black with #711951

Text Example


Text Example

White with #711951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711951; }

 p { color: rgb(113,25,81); }

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

background-color css

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

 a { background-color: rgb(113,25,81); }

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

border-color css

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

 span { border-color: rgb(113,25,81); }

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