Html Css Color HEX #711647 Pompadour

📋 copy color: '#711647'

red 113 ◦ green 22 ◦ blue 71

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

Shades of Pompadour #711647

Tints of Pompadour #711647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.68%

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

R = 54.85%
G = 10.68%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#711647 (or 0x711647) is known color: Pompadour. HEX triplet: 71, 16 and 47. RGB value is (113,22,71). Sum of RGB (Red+Green+Blue) = 113+22+71=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #711647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711647 is #8EE9B8. Grayscale: #363636. Windows color (decimal): -9365945 or 4658801. OLE color: 4658801.

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

Color convert

RGB 113 22 71 -
CMYK 0 0.81 0.37 0.56
HSL 327.69º 0.67% 0.26% -
HSV(B) 327.69º 0.81% 0.44% -
XYZ 8.23 4.54 6.4 -
YUV 54.8 137.15 169.52 -
System Red Green Blue C M Y K H S L
Decimal 113 22 71 0 0.81 0.37 0.56 327.69 0.67 0.26
Hex 71 16 47 0 51 25 38 148 43 1A
Octal 161 26 107 0 121 45 70 510 103 32
Binary 1110001 10110 1000111 0 1010001 100101 111000 101001000 1000011 11010

Color Harmonies of #711647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711647

Black with #711647

Text Example


Text Example

White with #711647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711647; }

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

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

background-color css

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

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

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

border-color css

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

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

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