Html Css Color HEX #711554 Pompadour

📋 copy color: '#711554'

red 113 ◦ green 21 ◦ blue 84

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

Shades of Pompadour #711554

Tints of Pompadour #711554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.63%

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

R = 51.83%
G = 9.63%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#711554 (or 0x711554) is known color: Pompadour. HEX triplet: 71, 15 and 54. RGB value is (113,21,84). Sum of RGB (Red+Green+Blue) = 113+21+84=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #711554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711554 is #8EEAAB. Grayscale: #373737. Windows color (decimal): -9366188 or 5510513. OLE color: 5510513.

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

Color convert

RGB 113 21 84 -
CMYK 0 0.81 0.26 0.56
HSL 318.91º 0.69% 0.26% -
HSV(B) 318.91º 0.81% 0.44% -
XYZ 8.68 4.69 8.83 -
YUV 55.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 113 21 84 0 0.81 0.26 0.56 318.91 0.69 0.26
Hex 71 15 54 0 51 1A 38 13F 45 1A
Octal 161 25 124 0 121 32 70 477 105 32
Binary 1110001 10101 1010100 0 1010001 11010 111000 100111111 1000101 11010

Color Harmonies of #711554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711554

Black with #711554

Text Example


Text Example

White with #711554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711554; }

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

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

background-color css

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

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

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

border-color css

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

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

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