#48201D

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

Shades of Caput Mortuum #48201D

Tints of Caput Mortuum #48201D

Color information

#48201D (or 0x48201D) is unknown color: approx Caput Mortuum. HEX triplet: 48, 20 and 1D. RGB value is (72,32,29). Sum of RGB (Red+Green+Blue) = 72+32+29=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48201D is #B7DFE2. Grayscale: #2B2B2B. Windows color (decimal): -12050403 or 1908808. OLE color: 1908808.

HSL color Cylindrical-coordinate representation of color #48201D: hue angle of 4.19º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48201D is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB723229-
CMYK00.560.600.72
HSL4.19º42.57%19.8%-
HSV(B)4.19º59.72%28.24%-
XYZ3.412.51.47-
YUV43.62119.75148.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 29 (11.72% from 255) = 21.80%
R=54.14%
G=24.06%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72322900.560.600.724.1942.5719.8
Hex48201D0383C4842b14
Octal11040350707411045324
Binary1001000100000111010111000111100100100010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48201D;
 }
 .AnyTagClassName
 {
   color: #48201D;
 }
</style>
background-color css

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

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

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

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

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

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