Html Css Color HEX #711949 Pompadour

📋 copy color: '#711949'

red 113 ◦ green 25 ◦ blue 73

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

Shades of Pompadour #711949

Tints of Pompadour #711949

RGB

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

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

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

R = 53.55%
G = 11.85%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#711949 (or 0x711949) is known color: Pompadour. HEX triplet: 71, 19 and 49. RGB value is (113,25,73). Sum of RGB (Red+Green+Blue) = 113+25+73=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #711949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711949 is #8EE6B6. Grayscale: #383838. Windows color (decimal): -9365175 or 4790641. OLE color: 4790641.

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

Color convert

RGB 113 25 73 -
CMYK 0 0.78 0.35 0.56
HSL 327.27º 0.64% 0.27% -
HSV(B) 327.27º 0.78% 0.44% -
XYZ 8.36 4.69 6.77 -
YUV 56.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 113 25 73 0 0.78 0.35 0.56 327.27 0.64 0.27
Hex 71 19 49 0 4E 23 38 147 40 1B
Octal 161 31 111 0 116 43 70 507 100 33
Binary 1110001 11001 1001001 0 1001110 100011 111000 101000111 1000000 11011

Color Harmonies of #711949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711949

Black with #711949

Text Example


Text Example

White with #711949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711949; }

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

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

background-color css

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

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

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

border-color css

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

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

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