Html Css Color HEX #711144 Pompadour

📋 copy color: '#711144'

red 113 ◦ green 17 ◦ blue 68

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

Shades of Pompadour #711144

Tints of Pompadour #711144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.34%

R = 57.07%
G = 8.59%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#711144 (or 0x711144) is known color: Pompadour. HEX triplet: 71, 11 and 44. RGB value is (113,17,68). Sum of RGB (Red+Green+Blue) = 113+17+68=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #711144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711144 is #8EEEBB. Grayscale: #333333. Windows color (decimal): -9367228 or 4460913. OLE color: 4460913.

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

Color convert

RGB 113 17 68 -
CMYK 0 0.85 0.40 0.56
HSL 328.13º 0.74% 0.25% -
HSV(B) 328.13º 0.85% 0.44% -
XYZ 8.05 4.33 5.88 -
YUV 51.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 113 17 68 0 0.85 0.40 0.56 328.13 0.74 0.25
Hex 71 11 44 0 55 28 38 148 4A 19
Octal 161 21 104 0 125 50 70 510 112 31
Binary 1110001 10001 1000100 0 1010101 101000 111000 101001000 1001010 11001

Color Harmonies of #711144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711144

Black with #711144

Text Example


Text Example

White with #711144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711144; }

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

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

background-color css

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

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

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

border-color css

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

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

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