Html Css Color HEX #71204F Pompadour

📋 copy color: '#71204F'

red 113 ◦ green 32 ◦ blue 79

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

Shades of Pompadour #71204F

Tints of Pompadour #71204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.27%

R = 50.45%
G = 14.29%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71204F (or 0x71204F) is known color: Pompadour. HEX triplet: 71, 20 and 4F. RGB value is (113,32,79). Sum of RGB (Red+Green+Blue) = 113+32+79=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71204F is #8EDFB0. Grayscale: #3D3D3D. Windows color (decimal): -9363377 or 5185649. OLE color: 5185649.

HSL color Cylindrical-coordinate representation of color #71204F: hue angle of 325.19º 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 #71204F is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 79 -
CMYK 0 0.72 0.30 0.56
HSL 325.19º 0.56% 0.28% -
HSV(B) 325.19º 0.72% 0.44% -
XYZ 8.74 5.11 7.92 -
YUV 61.58 137.84 164.68 -
System Red Green Blue C M Y K H S L
Decimal 113 32 79 0 0.72 0.30 0.56 325.19 0.56 0.28
Hex 71 20 4F 0 48 1E 38 145 38 1C
Octal 161 40 117 0 110 36 70 505 70 34
Binary 1110001 100000 1001111 0 1001000 11110 111000 101000101 111000 11100

Color Harmonies of #71204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71204F

Black with #71204F

Text Example


Text Example

White with #71204F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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