#482321

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

Shades of Caput Mortuum #482321

Tints of Caput Mortuum #482321

Color information

#482321 (or 0x482321) is unknown color: approx Caput Mortuum. HEX triplet: 48, 23 and 21. RGB value is (72,35,33). Sum of RGB (Red+Green+Blue) = 72+35+33=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #482321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482321 is #B7DCDE. Grayscale: #2D2D2D. Windows color (decimal): -12049631 or 2171720. OLE color: 2171720.

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

Color convert

RGB723533-
CMYK00.510.540.72
HSL3.08º37.14%20.59%-
HSV(B)3.08º54.17%28.24%-
XYZ3.552.691.77-
YUV45.83120.76146.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.43%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=51.43%
G=25%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72353300.510.540.723.0837.1420.59
Hex482321033364832515
Octal11043410636611034525
Binary1001000100011100001011001111011010010001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482321; }

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

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

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

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

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

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

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

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