Html Css Color HEX #711950 Pompadour

📋 copy color: '#711950'

red 113 ◦ green 25 ◦ blue 80

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

Shades of Pompadour #711950

Tints of Pompadour #711950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

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

R = 51.83%
G = 11.47%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#711950 (or 0x711950) is known color: Pompadour. HEX triplet: 71, 19 and 50. RGB value is (113,25,80). Sum of RGB (Red+Green+Blue) = 113+25+80=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #711950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711950 is #8EE6AF. Grayscale: #393939. Windows color (decimal): -9365168 or 5249393. OLE color: 5249393.

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

Color convert

RGB 113 25 80 -
CMYK 0 0.78 0.29 0.56
HSL 322.5º 0.64% 0.27% -
HSV(B) 322.5º 0.78% 0.44% -
XYZ 8.61 4.79 8.06 -
YUV 57.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 113 25 80 0 0.78 0.29 0.56 322.5 0.64 0.27
Hex 71 19 50 0 4E 1D 38 142 40 1B
Octal 161 31 120 0 116 35 70 502 100 33
Binary 1110001 11001 1010000 0 1001110 11101 111000 101000010 1000000 11011

Color Harmonies of #711950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711950

Black with #711950

Text Example


Text Example

White with #711950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711950; }

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

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

background-color css

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

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

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

border-color css

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

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

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