#482121

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

Shades of Caput Mortuum #482121

Tints of Caput Mortuum #482121

Color information

#482121 (or 0x482121) is unknown color: approx Caput Mortuum. HEX triplet: 48, 21 and 21. RGB value is (72,33,33). Sum of RGB (Red+Green+Blue) = 72+33+33=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #482121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482121 is #B7DEDE. Grayscale: #2C2C2C. Windows color (decimal): -12050143 or 2171208. OLE color: 2171208.

HSL color Cylindrical-coordinate representation of color #482121: hue angle of 0º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #482121 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB723333-
CMYK00.540.540.72
HSL37.14%20.59%-
HSV(B)54.17%28.24%-
XYZ3.492.581.75-
YUV44.66121.42147.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=52.17%
G=23.91%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72333300.540.540.72037.1420.59
Hex482121036364802515
Octal11041410666611004525
Binary100100010000110000101101101101101001000010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482121; }

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

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

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

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

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

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

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

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