Html Css Color HEX #71114D Pompadour

📋 copy color: '#71114D'

red 113 ◦ green 17 ◦ blue 77

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

Shades of Pompadour #71114D

Tints of Pompadour #71114D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 37.2%

R = 54.59%
G = 8.21%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71114D (or 0x71114D) is known color: Pompadour. HEX triplet: 71, 11 and 4D. RGB value is (113,17,77). Sum of RGB (Red+Green+Blue) = 113+17+77=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #71114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71114D is #8EEEB2. Grayscale: #343434. Windows color (decimal): -9367219 or 5050737. OLE color: 5050737.

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

Color convert

RGB 113 17 77 -
CMYK 0 0.85 0.32 0.56
HSL 322.5º 0.74% 0.25% -
HSV(B) 322.5º 0.85% 0.44% -
XYZ 8.35 4.45 7.44 -
YUV 52.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 113 17 77 0 0.85 0.32 0.56 322.5 0.74 0.25
Hex 71 11 4D 0 55 20 38 142 4A 19
Octal 161 21 115 0 125 40 70 502 112 31
Binary 1110001 10001 1001101 0 1010101 100000 111000 101000010 1001010 11001

Color Harmonies of #71114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71114D

Black with #71114D

Text Example


Text Example

White with #71114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71114D; }

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

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

background-color css

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

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

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

border-color css

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

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

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