Html Css Color HEX #47201D Caput Mortuum

📋 copy color: '#47201D'

red 71 ◦ green 32 ◦ blue 29

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

Shades of Caput Mortuum #47201D

Tints of Caput Mortuum #47201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.24%

 BLUE value IS 29 (11.72% from 255) = 21.97%

R = 53.79%
G = 24.24%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47201D (or 0x47201D) is known color: Caput Mortuum. HEX triplet: 47, 20 and 1D. RGB value is (71,32,29). Sum of RGB (Red+Green+Blue) = 71+32+29=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47201D is #B8DFE2. Grayscale: #2B2B2B. Windows color (decimal): -12115939 or 1908807. OLE color: 1908807.

HSL color Cylindrical-coordinate representation of color #47201D: hue angle of 4.29º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47201D is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 32 29 -
CMYK 0 0.55 0.59 0.72
HSL 4.29º 0.42% 0.2% -
HSV(B) 4.29º 0.59% 0.28% -
XYZ 3.34 2.46 1.46 -
YUV 43.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 71 32 29 0 0.55 0.59 0.72 4.29 0.42 0.2
Hex 47 20 1D 0 37 3B 48 4 2A 14
Octal 107 40 35 0 67 73 110 4 52 24
Binary 1000111 100000 11101 0 110111 111011 1001000 100 101010 10100

Color Harmonies of #47201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47201D

Black with #47201D

Text Example


Text Example

White with #47201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,32,29); }

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

background-color css

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

 a { background-color: rgb(71,32,29); }

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

border-color css

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

 span { border-color: rgb(71,32,29); }

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