Html Css Color HEX #711747 Pompadour

📋 copy color: '#711747'

red 113 ◦ green 23 ◦ blue 71

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

Shades of Pompadour #711747

Tints of Pompadour #711747

RGB

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

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

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

R = 54.59%
G = 11.11%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#711747 (or 0x711747) is known color: Pompadour. HEX triplet: 71, 17 and 47. RGB value is (113,23,71). Sum of RGB (Red+Green+Blue) = 113+23+71=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #711747 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711747 is #8EE8B8. Grayscale: #373737. Windows color (decimal): -9365689 or 4659057. OLE color: 4659057.

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

Color convert

RGB 113 23 71 -
CMYK 0 0.80 0.37 0.56
HSL 328º 0.66% 0.27% -
HSV(B) 328º 0.8% 0.44% -
XYZ 8.25 4.58 6.41 -
YUV 55.38 136.82 169.1 -
System Red Green Blue C M Y K H S L
Decimal 113 23 71 0 0.80 0.37 0.56 328 0.66 0.27
Hex 71 17 47 0 50 25 38 148 42 1B
Octal 161 27 107 0 120 45 70 510 102 33
Binary 1110001 10111 1000111 0 1010000 100101 111000 101001000 1000010 11011

Color Harmonies of #711747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711747

Black with #711747

Text Example


Text Example

White with #711747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711747; }

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

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

background-color css

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

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

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

border-color css

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

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

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