Html Css Color HEX #71204D Pompadour

📋 copy color: '#71204D'

red 113 ◦ green 32 ◦ blue 77

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

Shades of Pompadour #71204D

Tints of Pompadour #71204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

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

R = 50.9%
G = 14.41%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71204D (or 0x71204D) is known color: Pompadour. HEX triplet: 71, 20 and 4D. RGB value is (113,32,77). Sum of RGB (Red+Green+Blue) = 113+32+77=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71204D is #8EDFB2. Grayscale: #3D3D3D. Windows color (decimal): -9363379 or 5054577. OLE color: 5054577.

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

Color convert

RGB 113 32 77 -
CMYK 0 0.72 0.32 0.56
HSL 326.67º 0.56% 0.28% -
HSV(B) 326.67º 0.72% 0.44% -
XYZ 8.67 5.08 7.54 -
YUV 61.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 113 32 77 0 0.72 0.32 0.56 326.67 0.56 0.28
Hex 71 20 4D 0 48 20 38 147 38 1C
Octal 161 40 115 0 110 40 70 507 70 34
Binary 1110001 100000 1001101 0 1001000 100000 111000 101000111 111000 11100

Color Harmonies of #71204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71204D

Black with #71204D

Text Example


Text Example

White with #71204D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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