#481E1C

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

Shades of Caput Mortuum #481E1C

Tints of Caput Mortuum #481E1C

Color information

#481E1C (or 0x481E1C) is unknown color: approx Caput Mortuum. HEX triplet: 48, 1E and 1C. RGB value is (72,30,28). Sum of RGB (Red+Green+Blue) = 72+30+28=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #481E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E1C is #B7E1E3. Grayscale: #2A2A2A. Windows color (decimal): -12050916 or 1842760. OLE color: 1842760.

HSL color Cylindrical-coordinate representation of color #481E1C: hue angle of 2.73º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #481E1C is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB723028-
CMYK00.580.610.72
HSL2.73º44%19.61%-
HSV(B)2.73º61.11%28.24%-
XYZ3.352.391.38-
YUV42.33119.91149.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 30 (12.11% from 255) = 23.08%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=55.38%
G=23.08%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72302800.580.610.722.734419.61
Hex481E1C03A3D4832c14
Octal11036340727511035424
Binary10010001111011100011101011110110010001110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,30,28); }

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

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

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

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

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

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

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