Html Css Color HEX #711051 Pompadour

📋 copy color: '#711051'

red 113 ◦ green 16 ◦ blue 81

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

Shades of Pompadour #711051

Tints of Pompadour #711051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

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

R = 53.81%
G = 7.62%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#711051 (or 0x711051) is known color: Pompadour. HEX triplet: 71, 10 and 51. RGB value is (113,16,81). Sum of RGB (Red+Green+Blue) = 113+16+81=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #711051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711051 is #8EEFAE. Grayscale: #343434. Windows color (decimal): -9367471 or 5312625. OLE color: 5312625.

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

Color convert

RGB 113 16 81 -
CMYK 0 0.86 0.28 0.56
HSL 319.79º 0.75% 0.25% -
HSV(B) 319.79º 0.86% 0.44% -
XYZ 8.48 4.48 8.2 -
YUV 52.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 113 16 81 0 0.86 0.28 0.56 319.79 0.75 0.25
Hex 71 10 51 0 56 1C 38 140 4B 19
Octal 161 20 121 0 126 34 70 500 113 31
Binary 1110001 10000 1010001 0 1010110 11100 111000 101000000 1001011 11001

Color Harmonies of #711051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711051

Black with #711051

Text Example


Text Example

White with #711051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711051; }

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

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

background-color css

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

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

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

border-color css

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

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

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