Html Css Color HEX #71214D Pompadour

📋 copy color: '#71214D'

red 113 ◦ green 33 ◦ blue 77

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

Shades of Pompadour #71214D

Tints of Pompadour #71214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.8%

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

R = 50.67%
G = 14.8%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71214D (or 0x71214D) is known color: Pompadour. HEX triplet: 71, 21 and 4D. RGB value is (113,33,77). Sum of RGB (Red+Green+Blue) = 113+33+77=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71214D is #8EDEB2. Grayscale: #3D3D3D. Windows color (decimal): -9363123 or 5054833. OLE color: 5054833.

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

Color convert

RGB 113 33 77 -
CMYK 0 0.71 0.32 0.56
HSL 327º 0.55% 0.29% -
HSV(B) 327º 0.71% 0.44% -
XYZ 8.69 5.13 7.55 -
YUV 61.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 113 33 77 0 0.71 0.32 0.56 327 0.55 0.29
Hex 71 21 4D 0 47 20 38 147 37 1D
Octal 161 41 115 0 107 40 70 507 67 35
Binary 1110001 100001 1001101 0 1000111 100000 111000 101000111 110111 11101

Color Harmonies of #71214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71214D

Black with #71214D

Text Example


Text Example

White with #71214D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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