Html Css Color HEX #711954 Pompadour

📋 copy color: '#711954'

red 113 ◦ green 25 ◦ blue 84

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

Shades of Pompadour #711954

Tints of Pompadour #711954

RGB

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

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

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

R = 50.9%
G = 11.26%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#711954 (or 0x711954) is known color: Pompadour. HEX triplet: 71, 19 and 54. RGB value is (113,25,84). Sum of RGB (Red+Green+Blue) = 113+25+84=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #711954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711954 is #8EE6AB. Grayscale: #393939. Windows color (decimal): -9365164 or 5511537. OLE color: 5511537.

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

Color convert

RGB 113 25 84 -
CMYK 0 0.78 0.26 0.56
HSL 319.77º 0.64% 0.27% -
HSV(B) 319.77º 0.78% 0.44% -
XYZ 8.76 4.85 8.86 -
YUV 58.04 142.65 167.2 -
System Red Green Blue C M Y K H S L
Decimal 113 25 84 0 0.78 0.26 0.56 319.77 0.64 0.27
Hex 71 19 54 0 4E 1A 38 140 40 1B
Octal 161 31 124 0 116 32 70 500 100 33
Binary 1110001 11001 1010100 0 1001110 11010 111000 101000000 1000000 11011

Color Harmonies of #711954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711954

Black with #711954

Text Example


Text Example

White with #711954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711954; }

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

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

background-color css

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

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

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

border-color css

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

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

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