Html Css Color HEX #71204C Pompadour

📋 copy color: '#71204C'

red 113 ◦ green 32 ◦ blue 76

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

Shades of Pompadour #71204C

Tints of Pompadour #71204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.39%

R = 51.13%
G = 14.48%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71204C (or 0x71204C) is known color: Pompadour. HEX triplet: 71, 20 and 4C. RGB value is (113,32,76). Sum of RGB (Red+Green+Blue) = 113+32+76=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #71204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71204C is #8EDFB3. Grayscale: #3D3D3D. Windows color (decimal): -9363380 or 4989041. OLE color: 4989041.

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

Color convert

RGB 113 32 76 -
CMYK 0 0.72 0.33 0.56
HSL 327.41º 0.56% 0.28% -
HSV(B) 327.41º 0.72% 0.44% -
XYZ 8.63 5.07 7.36 -
YUV 61.24 136.34 164.92 -
System Red Green Blue C M Y K H S L
Decimal 113 32 76 0 0.72 0.33 0.56 327.41 0.56 0.28
Hex 71 20 4C 0 48 21 38 147 38 1C
Octal 161 40 114 0 110 41 70 507 70 34
Binary 1110001 100000 1001100 0 1001000 100001 111000 101000111 111000 11100

Color Harmonies of #71204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71204C

Black with #71204C

Text Example


Text Example

White with #71204C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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