Html Css Color HEX #711154 Pompadour

📋 copy color: '#711154'

red 113 ◦ green 17 ◦ blue 84

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

Shades of Pompadour #711154

Tints of Pompadour #711154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.25%

R = 52.8%
G = 7.94%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#711154 (or 0x711154) is known color: Pompadour. HEX triplet: 71, 11 and 54. RGB value is (113,17,84). Sum of RGB (Red+Green+Blue) = 113+17+84=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #711154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711154 is #8EEEAB. Grayscale: #353535. Windows color (decimal): -9367212 or 5509489. OLE color: 5509489.

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

Color convert

RGB 113 17 84 -
CMYK 0 0.85 0.26 0.56
HSL 318.13º 0.74% 0.25% -
HSV(B) 318.13º 0.85% 0.44% -
XYZ 8.61 4.55 8.81 -
YUV 53.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 113 17 84 0 0.85 0.26 0.56 318.13 0.74 0.25
Hex 71 11 54 0 55 1A 38 13E 4A 19
Octal 161 21 124 0 125 32 70 476 112 31
Binary 1110001 10001 1010100 0 1010101 11010 111000 100111110 1001010 11001

Color Harmonies of #711154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711154

Black with #711154

Text Example


Text Example

White with #711154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711154; }

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

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

background-color css

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

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

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

border-color css

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

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

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