Html Css Color HEX #71224D Pompadour

📋 copy color: '#71224D'

red 113 ◦ green 34 ◦ blue 77

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

Shades of Pompadour #71224D

Tints of Pompadour #71224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.18%

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

R = 50.45%
G = 15.18%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71224D (or 0x71224D) is known color: Pompadour. HEX triplet: 71, 22 and 4D. RGB value is (113,34,77). Sum of RGB (Red+Green+Blue) = 113+34+77=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71224D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71224D is #8EDDB2. Grayscale: #3E3E3E. Windows color (decimal): -9362867 or 5055089. OLE color: 5055089.

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

Color convert

RGB 113 34 77 -
CMYK 0 0.70 0.32 0.56
HSL 327.34º 0.54% 0.29% -
HSV(B) 327.34º 0.7% 0.44% -
XYZ 8.72 5.19 7.56 -
YUV 62.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 113 34 77 0 0.70 0.32 0.56 327.34 0.54 0.29
Hex 71 22 4D 0 46 20 38 147 36 1D
Octal 161 42 115 0 106 40 70 507 66 35
Binary 1110001 100010 1001101 0 1000110 100000 111000 101000111 110110 11101

Color Harmonies of #71224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71224D

Black with #71224D

Text Example


Text Example

White with #71224D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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