Html Css Color HEX #711550 Pompadour

📋 copy color: '#711550'

red 113 ◦ green 21 ◦ blue 80

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

Shades of Pompadour #711550

Tints of Pompadour #711550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.38%

R = 52.8%
G = 9.81%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#711550 (or 0x711550) is known color: Pompadour. HEX triplet: 71, 15 and 50. RGB value is (113,21,80). Sum of RGB (Red+Green+Blue) = 113+21+80=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #711550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711550 is #8EEAAF. Grayscale: #373737. Windows color (decimal): -9366192 or 5248369. OLE color: 5248369.

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

Color convert

RGB 113 21 80 -
CMYK 0 0.81 0.29 0.56
HSL 321.52º 0.69% 0.26% -
HSV(B) 321.52º 0.81% 0.44% -
XYZ 8.53 4.63 8.03 -
YUV 55.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 113 21 80 0 0.81 0.29 0.56 321.52 0.69 0.26
Hex 71 15 50 0 51 1D 38 142 45 1A
Octal 161 25 120 0 121 35 70 502 105 32
Binary 1110001 10101 1010000 0 1010001 11101 111000 101000010 1000101 11010

Color Harmonies of #711550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711550

Black with #711550

Text Example


Text Example

White with #711550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711550; }

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

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

background-color css

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

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

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

border-color css

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

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

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