#48221D

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

Shades of Caput Mortuum #48221D

Tints of Caput Mortuum #48221D

Color information

#48221D (or 0x48221D) is unknown color: approx Caput Mortuum. HEX triplet: 48, 22 and 1D. RGB value is (72,34,29). Sum of RGB (Red+Green+Blue) = 72+34+29=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48221D is #B7DDE2. Grayscale: #2C2C2C. Windows color (decimal): -12049891 or 1909320. OLE color: 1909320.

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

Color convert

RGB723429-
CMYK00.530.600.72
HSL6.98º42.57%19.8%-
HSV(B)6.98º59.72%28.24%-
XYZ3.472.611.48-
YUV44.79119.09147.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 34 (13.67% from 255) = 25.19%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=53.33%
G=25.19%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72342900.530.600.726.9842.5719.8
Hex48221D0353C4872b14
Octal11042350657411075324
Binary1001000100010111010110101111100100100011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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