Html Css Color HEX #711155 Pompadour

📋 copy color: '#711155'

red 113 ◦ green 17 ◦ blue 85

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

Shades of Pompadour #711155

Tints of Pompadour #711155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.91%

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

R = 52.56%
G = 7.91%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#711155 (or 0x711155) is known color: Pompadour. HEX triplet: 71, 11 and 55. RGB value is (113,17,85). Sum of RGB (Red+Green+Blue) = 113+17+85=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #711155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711155 is #8EEEAA. Grayscale: #353535. Windows color (decimal): -9367211 or 5575025. OLE color: 5575025.

HSL color Cylindrical-coordinate representation of color #711155: hue angle of 317.5º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711155 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 85 -
CMYK 0 0.85 0.25 0.56
HSL 317.5º 0.74% 0.25% -
HSV(B) 317.5º 0.85% 0.44% -
XYZ 8.65 4.57 9.02 -
YUV 53.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 113 17 85 0 0.85 0.25 0.56 317.5 0.74 0.25
Hex 71 11 55 0 55 19 38 13E 4A 19
Octal 161 21 125 0 125 31 70 476 112 31
Binary 1110001 10001 1010101 0 1010101 11001 111000 100111110 1001010 11001

Color Harmonies of #711155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711155

Black with #711155

Text Example


Text Example

White with #711155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711155; }

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

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

background-color css

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

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

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

border-color css

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

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

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