#48211D

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

Shades of Caput Mortuum #48211D

Tints of Caput Mortuum #48211D

Color information

#48211D (or 0x48211D) is unknown color: approx Caput Mortuum. HEX triplet: 48, 21 and 1D. RGB value is (72,33,29). Sum of RGB (Red+Green+Blue) = 72+33+29=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48211D is #B7DEE2. Grayscale: #2C2C2C. Windows color (decimal): -12050147 or 1909064. OLE color: 1909064.

HSL color Cylindrical-coordinate representation of color #48211D: hue angle of 5.58º 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 #48211D is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB723329-
CMYK00.540.600.72
HSL5.58º42.57%19.8%-
HSV(B)5.58º59.72%28.24%-
XYZ3.442.551.47-
YUV44.2119.42147.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 29 (11.72% from 255) = 21.64%
R=53.73%
G=24.63%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72332900.540.600.725.5842.5719.8
Hex48211D0363C4862b14
Octal11041350667411065324
Binary1001000100001111010110110111100100100011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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