Html Css Color HEX #47211E Caput Mortuum

📋 copy color: '#47211E'

red 71 ◦ green 33 ◦ blue 30

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

Shades of Caput Mortuum #47211E

Tints of Caput Mortuum #47211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.39%

R = 52.99%
G = 24.63%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47211E (or 0x47211E) is known color: Caput Mortuum. HEX triplet: 47, 21 and 1E. RGB value is (71,33,30). Sum of RGB (Red+Green+Blue) = 71+33+30=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47211E is #B8DEE1. Grayscale: #2C2C2C. Windows color (decimal): -12115682 or 1974599. OLE color: 1974599.

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

Color convert

RGB 71 33 30 -
CMYK 0 0.54 0.58 0.72
HSL 4.39º 0.41% 0.2% -
HSV(B) 4.39º 0.58% 0.28% -
XYZ 3.38 2.52 1.54 -
YUV 44.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 71 33 30 0 0.54 0.58 0.72 4.39 0.41 0.2
Hex 47 21 1E 0 36 3A 48 4 29 14
Octal 107 41 36 0 66 72 110 4 51 24
Binary 1000111 100001 11110 0 110110 111010 1001000 100 101001 10100

Color Harmonies of #47211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47211E

Black with #47211E

Text Example


Text Example

White with #47211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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