Html Css Color HEX #47211F Caput Mortuum

📋 copy color: '#47211F'

red 71 ◦ green 33 ◦ blue 31

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

Shades of Caput Mortuum #47211F

Tints of Caput Mortuum #47211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.96%

R = 52.59%
G = 24.44%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47211F (or 0x47211F) is known color: Caput Mortuum. HEX triplet: 47, 21 and 1F. RGB value is (71,33,31). Sum of RGB (Red+Green+Blue) = 71+33+31=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47211F is #B8DEE0. Grayscale: #2C2C2C. Windows color (decimal): -12115681 or 2040135. OLE color: 2040135.

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

Color convert

RGB 71 33 31 -
CMYK 0 0.54 0.56 0.72
HSL 0.39% 0.2% -
HSV(B) 0.56% 0.28% -
XYZ 3.39 2.53 1.61 -
YUV 44.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 71 33 31 0 0.54 0.56 0.72 3 0.39 0.2
Hex 47 21 1F 0 36 38 48 3 27 14
Octal 107 41 37 0 66 70 110 3 47 24
Binary 1000111 100001 11111 0 110110 111000 1001000 11 100111 10100

Color Harmonies of #47211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47211F

Black with #47211F

Text Example


Text Example

White with #47211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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