Html Css Color HEX #472221 Caput Mortuum

📋 copy color: '#472221'

red 71 ◦ green 34 ◦ blue 33

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

Shades of Caput Mortuum #472221

Tints of Caput Mortuum #472221

RGB

 RED value IS 71 (28.13% from 255) = 51.45%

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

 BLUE value IS 33 (13.28% from 255) = 23.91%

R = 51.45%
G = 24.64%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#472221 (or 0x472221) is known color: Caput Mortuum. HEX triplet: 47, 22 and 21. RGB value is (71,34,33). Sum of RGB (Red+Green+Blue) = 71+34+33=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #472221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472221 is #B8DDDE. Grayscale: #2C2C2C. Windows color (decimal): -12115423 or 2171463. OLE color: 2171463.

HSL color Cylindrical-coordinate representation of color #472221: hue angle of 1.58º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #472221 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 34 33 -
CMYK 0 0.52 0.54 0.72
HSL 1.58º 0.37% 0.2% -
HSV(B) 1.58º 0.54% 0.28% -
XYZ 3.45 2.59 1.76 -
YUV 44.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 71 34 33 0 0.52 0.54 0.72 1.58 0.37 0.2
Hex 47 22 21 0 34 36 48 2 25 14
Octal 107 42 41 0 64 66 110 2 45 24
Binary 1000111 100010 100001 0 110100 110110 1001000 10 100101 10100

Color Harmonies of #472221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472221

Black with #472221

Text Example


Text Example

White with #472221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472221; }

 p { color: rgb(71,34,33); }

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

background-color css

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

 a { background-color: rgb(71,34,33); }

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

border-color css

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

 span { border-color: rgb(71,34,33); }

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