Html Css Color HEX #711049 Pompadour

📋 copy color: '#711049'

red 113 ◦ green 16 ◦ blue 73

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

Shades of Pompadour #711049

Tints of Pompadour #711049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 36.14%

R = 55.94%
G = 7.92%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#711049 (or 0x711049) is known color: Pompadour. HEX triplet: 71, 10 and 49. RGB value is (113,16,73). Sum of RGB (Red+Green+Blue) = 113+16+73=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #711049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711049 is #8EEFB6. Grayscale: #333333. Windows color (decimal): -9367479 or 4788337. OLE color: 4788337.

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

Color convert

RGB 113 16 73 -
CMYK 0 0.86 0.35 0.56
HSL 324.74º 0.75% 0.25% -
HSV(B) 324.74º 0.86% 0.44% -
XYZ 8.2 4.36 6.71 -
YUV 51.5 140.14 171.87 -
System Red Green Blue C M Y K H S L
Decimal 113 16 73 0 0.86 0.35 0.56 324.74 0.75 0.25
Hex 71 10 49 0 56 23 38 145 4B 19
Octal 161 20 111 0 126 43 70 505 113 31
Binary 1110001 10000 1001001 0 1010110 100011 111000 101000101 1001011 11001

Color Harmonies of #711049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711049

Black with #711049

Text Example


Text Example

White with #711049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711049; }

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

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

background-color css

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

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

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

border-color css

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

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

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