Html Css Color HEX #711A50 Pompadour

📋 copy color: '#711A50'

red 113 ◦ green 26 ◦ blue 80

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

Shades of Pompadour #711A50

Tints of Pompadour #711A50

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.87%

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

R = 51.6%
G = 11.87%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#711A50 (or 0x711A50) is known color: Pompadour. HEX triplet: 71, 1A and 50. RGB value is (113,26,80). Sum of RGB (Red+Green+Blue) = 113+26+80=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #711A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A50 is #8EE5AF. Grayscale: #3A3A3A. Windows color (decimal): -9364912 or 5249649. OLE color: 5249649.

HSL color Cylindrical-coordinate representation of color #711A50: hue angle of 322.76º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A50 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 26 80 -
CMYK 0 0.77 0.29 0.56
HSL 322.76º 0.63% 0.27% -
HSV(B) 322.76º 0.77% 0.44% -
XYZ 8.63 4.83 8.07 -
YUV 58.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 113 26 80 0 0.77 0.29 0.56 322.76 0.63 0.27
Hex 71 1A 50 0 4D 1D 38 143 3F 1B
Octal 161 32 120 0 115 35 70 503 77 33
Binary 1110001 11010 1010000 0 1001101 11101 111000 101000011 111111 11011

Color Harmonies of #711A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A50

Black with #711A50

Text Example


Text Example

White with #711A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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