Html Css Color HEX #711047 Pompadour

📋 copy color: '#711047'

red 113 ◦ green 16 ◦ blue 71

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

Shades of Pompadour #711047

Tints of Pompadour #711047

RGB

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

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

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

R = 56.5%
G = 8%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#711047 (or 0x711047) is known color: Pompadour. HEX triplet: 71, 10 and 47. RGB value is (113,16,71). Sum of RGB (Red+Green+Blue) = 113+16+71=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #711047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711047 is #8EEFB8. Grayscale: #333333. Windows color (decimal): -9367481 or 4657265. OLE color: 4657265.

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

Color convert

RGB 113 16 71 -
CMYK 0 0.86 0.37 0.56
HSL 325.98º 0.75% 0.25% -
HSV(B) 325.98º 0.86% 0.44% -
XYZ 8.13 4.34 6.37 -
YUV 51.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 113 16 71 0 0.86 0.37 0.56 325.98 0.75 0.25
Hex 71 10 47 0 56 25 38 146 4B 19
Octal 161 20 107 0 126 45 70 506 113 31
Binary 1110001 10000 1000111 0 1010110 100101 111000 101000110 1001011 11001

Color Harmonies of #711047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711047

Black with #711047

Text Example


Text Example

White with #711047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711047; }

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

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

background-color css

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

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

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

border-color css

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

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

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