#481D1B

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

Shades of Caput Mortuum #481D1B

Tints of Caput Mortuum #481D1B

Color information

#481D1B (or 0x481D1B) is unknown color: approx Caput Mortuum. HEX triplet: 48, 1D and 1B. RGB value is (72,29,27). Sum of RGB (Red+Green+Blue) = 72+29+27=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #481D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D1B is #B7E2E4. Grayscale: #292929. Windows color (decimal): -12051173 or 1776968. OLE color: 1776968.

HSL color Cylindrical-coordinate representation of color #481D1B: hue angle of 2.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481D1B is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB722927-
CMYK00.600.620.72
HSL2.67º45.45%19.41%-
HSV(B)2.67º62.5%28.24%-
XYZ3.312.341.31-
YUV41.63119.75149.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=56.25%
G=22.66%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72292700.600.620.722.6745.4519.41
Hex481D1B03C3E4832d13
Octal11035330747611035523
Binary10010001110111011011110011111010010001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481D1B; }

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

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

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

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

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

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

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

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