Html Css Color HEX #711147 Pompadour

📋 copy color: '#711147'

red 113 ◦ green 17 ◦ blue 71

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

Shades of Pompadour #711147

Tints of Pompadour #711147

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.46%

 BLUE value IS 71 (28.13% from 255) = 35.32%

R = 56.22%
G = 8.46%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#711147 (or 0x711147) is known color: Pompadour. HEX triplet: 71, 11 and 47. RGB value is (113,17,71). Sum of RGB (Red+Green+Blue) = 113+17+71=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #711147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711147 is #8EEEB8. Grayscale: #333333. Windows color (decimal): -9367225 or 4657521. OLE color: 4657521.

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

Color convert

RGB 113 17 71 -
CMYK 0 0.85 0.37 0.56
HSL 326.25º 0.74% 0.25% -
HSV(B) 326.25º 0.85% 0.44% -
XYZ 8.15 4.37 6.37 -
YUV 51.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 113 17 71 0 0.85 0.37 0.56 326.25 0.74 0.25
Hex 71 11 47 0 55 25 38 146 4A 19
Octal 161 21 107 0 125 45 70 506 112 31
Binary 1110001 10001 1000111 0 1010101 100101 111000 101000110 1001010 11001

Color Harmonies of #711147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711147

Black with #711147

Text Example


Text Example

White with #711147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711147; }

 p { color: rgb(113,17,71); }

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

background-color css

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

 a { background-color: rgb(113,17,71); }

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

border-color css

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

 span { border-color: rgb(113,17,71); }

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