Html Css Color HEX #47221F Caput Mortuum

📋 copy color: '#47221F'

red 71 ◦ green 34 ◦ blue 31

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

Shades of Caput Mortuum #47221F

Tints of Caput Mortuum #47221F

RGB

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

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

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

R = 52.21%
G = 25%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47221F (or 0x47221F) is known color: Caput Mortuum. HEX triplet: 47, 22 and 1F. RGB value is (71,34,31). Sum of RGB (Red+Green+Blue) = 71+34+31=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47221F is #B8DDE0. Grayscale: #2C2C2C. Windows color (decimal): -12115425 or 2040391. OLE color: 2040391.

HSL color Cylindrical-coordinate representation of color #47221F: hue angle of 4.5º 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 #47221F is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 34 31 -
CMYK 0 0.52 0.56 0.72
HSL 4.5º 0.39% 0.2% -
HSV(B) 4.5º 0.56% 0.28% -
XYZ 3.42 2.58 1.61 -
YUV 44.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 71 34 31 0 0.52 0.56 0.72 4.5 0.39 0.2
Hex 47 22 1F 0 34 38 48 4 27 14
Octal 107 42 37 0 64 70 110 4 47 24
Binary 1000111 100010 11111 0 110100 111000 1001000 100 100111 10100

Color Harmonies of #47221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47221F

Black with #47221F

Text Example


Text Example

White with #47221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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