Html Css Color HEX #711A51 Pompadour

📋 copy color: '#711A51'

red 113 ◦ green 26 ◦ blue 81

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

Shades of Pompadour #711A51

Tints of Pompadour #711A51

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.82%

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

R = 51.36%
G = 11.82%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#711A51 (or 0x711A51) is known color: Pompadour. HEX triplet: 71, 1A and 51. RGB value is (113,26,81). Sum of RGB (Red+Green+Blue) = 113+26+81=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #711A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A51 is #8EE5AE. Grayscale: #3A3A3A. Windows color (decimal): -9364911 or 5315185. OLE color: 5315185.

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

Color convert

RGB 113 26 81 -
CMYK 0 0.77 0.28 0.56
HSL 322.07º 0.63% 0.27% -
HSV(B) 322.07º 0.77% 0.44% -
XYZ 8.66 4.84 8.26 -
YUV 58.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 113 26 81 0 0.77 0.28 0.56 322.07 0.63 0.27
Hex 71 1A 51 0 4D 1C 38 142 3F 1B
Octal 161 32 121 0 115 34 70 502 77 33
Binary 1110001 11010 1010001 0 1001101 11100 111000 101000010 111111 11011

Color Harmonies of #711A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A51

Black with #711A51

Text Example


Text Example

White with #711A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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