#47201D

Color #47201D Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #47201D

Tints of Caput Mortuum #47201D

Color information

#47201D (or 0x47201D) is unknown color: approx 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

RGB713229-
CMYK00.550.590.72
HSL4.29º42%19.61%-
HSV(B)4.29º59.15%27.84%-
XYZ3.342.461.46-
YUV43.32119.92147.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71322900.550.590.724.294219.61
Hex47201D0373B4842a14
Octal10740350677311045224
Binary1000111100000111010110111111011100100010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>