Html Css Color HEX #711749 Pompadour

📋 copy color: '#711749'

red 113 ◦ green 23 ◦ blue 73

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

Shades of Pompadour #711749

Tints of Pompadour #711749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11%

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

R = 54.07%
G = 11%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#711749 (or 0x711749) is known color: Pompadour. HEX triplet: 71, 17 and 49. RGB value is (113,23,73). Sum of RGB (Red+Green+Blue) = 113+23+73=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #711749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711749 is #8EE8B6. Grayscale: #373737. Windows color (decimal): -9365687 or 4790129. OLE color: 4790129.

HSL color Cylindrical-coordinate representation of color #711749: hue angle of 326.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711749 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 73 -
CMYK 0 0.80 0.35 0.56
HSL 326.67º 0.66% 0.27% -
HSV(B) 326.67º 0.8% 0.44% -
XYZ 8.32 4.6 6.75 -
YUV 55.61 137.82 168.93 -
System Red Green Blue C M Y K H S L
Decimal 113 23 73 0 0.80 0.35 0.56 326.67 0.66 0.27
Hex 71 17 49 0 50 23 38 147 42 1B
Octal 161 27 111 0 120 43 70 507 102 33
Binary 1110001 10111 1001001 0 1010000 100011 111000 101000111 1000010 11011

Color Harmonies of #711749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711749

Black with #711749

Text Example


Text Example

White with #711749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711749; }

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

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

background-color css

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

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

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

border-color css

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

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

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