Html Css Color HEX #711551 Pompadour

📋 copy color: '#711551'

red 113 ◦ green 21 ◦ blue 81

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

Shades of Pompadour #711551

Tints of Pompadour #711551

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.77%

 BLUE value IS 81 (32.03% from 255) = 37.67%

R = 52.56%
G = 9.77%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#711551 (or 0x711551) is known color: Pompadour. HEX triplet: 71, 15 and 51. RGB value is (113,21,81). Sum of RGB (Red+Green+Blue) = 113+21+81=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #711551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711551 is #8EEAAE. Grayscale: #373737. Windows color (decimal): -9366191 or 5313905. OLE color: 5313905.

HSL color Cylindrical-coordinate representation of color #711551: hue angle of 320.87º degrees, saturation: 0.69, 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 #711551 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 21 81 -
CMYK 0 0.81 0.28 0.56
HSL 320.87º 0.69% 0.26% -
HSV(B) 320.87º 0.81% 0.44% -
XYZ 8.56 4.64 8.23 -
YUV 55.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 113 21 81 0 0.81 0.28 0.56 320.87 0.69 0.26
Hex 71 15 51 0 51 1C 38 141 45 1A
Octal 161 25 121 0 121 34 70 501 105 32
Binary 1110001 10101 1010001 0 1010001 11100 111000 101000001 1000101 11010

Color Harmonies of #711551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711551

Black with #711551

Text Example


Text Example

White with #711551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711551; }

 p { color: rgb(113,21,81); }

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

background-color css

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

 a { background-color: rgb(113,21,81); }

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

border-color css

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

 span { border-color: rgb(113,21,81); }

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