Html Css Color HEX #711A55 Pompadour

📋 copy color: '#711A55'

red 113 ◦ green 26 ◦ blue 85

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

Shades of Pompadour #711A55

Tints of Pompadour #711A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.95%

R = 50.45%
G = 11.61%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#711A55 (or 0x711A55) is known color: Pompadour. HEX triplet: 71, 1A and 55. RGB value is (113,26,85). Sum of RGB (Red+Green+Blue) = 113+26+85=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #711A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A55 is #8EE5AA. Grayscale: #3A3A3A. Windows color (decimal): -9364907 or 5577329. OLE color: 5577329.

HSL color Cylindrical-coordinate representation of color #711A55: hue angle of 319.31º 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 #711A55 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 26 85 -
CMYK 0 0.77 0.25 0.56
HSL 319.31º 0.63% 0.27% -
HSV(B) 319.31º 0.77% 0.44% -
XYZ 8.82 4.91 9.08 -
YUV 58.74 142.82 166.7 -
System Red Green Blue C M Y K H S L
Decimal 113 26 85 0 0.77 0.25 0.56 319.31 0.63 0.27
Hex 71 1A 55 0 4D 19 38 13F 3F 1B
Octal 161 32 125 0 115 31 70 477 77 33
Binary 1110001 11010 1010101 0 1001101 11001 111000 100111111 111111 11011

Color Harmonies of #711A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A55

Black with #711A55

Text Example


Text Example

White with #711A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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