Html Css Color HEX #71104D Pompadour

📋 copy color: '#71104D'

red 113 ◦ green 16 ◦ blue 77

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

Shades of Pompadour #71104D

Tints of Pompadour #71104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.77%

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

R = 54.85%
G = 7.77%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71104D (or 0x71104D) is known color: Pompadour. HEX triplet: 71, 10 and 4D. RGB value is (113,16,77). Sum of RGB (Red+Green+Blue) = 113+16+77=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71104D is #8EEFB2. Grayscale: #333333. Windows color (decimal): -9367475 or 5050481. OLE color: 5050481.

HSL color Cylindrical-coordinate representation of color #71104D: hue angle of 322.27º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71104D is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 77 -
CMYK 0 0.86 0.32 0.56
HSL 322.27º 0.75% 0.25% -
HSV(B) 322.27º 0.86% 0.44% -
XYZ 8.33 4.42 7.43 -
YUV 51.96 142.14 171.54 -
System Red Green Blue C M Y K H S L
Decimal 113 16 77 0 0.86 0.32 0.56 322.27 0.75 0.25
Hex 71 10 4D 0 56 20 38 142 4B 19
Octal 161 20 115 0 126 40 70 502 113 31
Binary 1110001 10000 1001101 0 1010110 100000 111000 101000010 1001011 11001

Color Harmonies of #71104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71104D

Black with #71104D

Text Example


Text Example

White with #71104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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