#4D1E1A

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

Shades of Caput Mortuum #4D1E1A

Tints of Caput Mortuum #4D1E1A

Color information

#4D1E1A (or 0x4D1E1A) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 1E and 1A. RGB value is (77,30,26). Sum of RGB (Red+Green+Blue) = 77+30+26=133 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.89% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E1A is #B2E1E5. Grayscale: #2B2B2B. Windows color (decimal): -11723238 or 1711693. OLE color: 1711693.

HSL color Cylindrical-coordinate representation of color #4D1E1A: hue angle of 4.71º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D1E1A is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB773026-
CMYK00.610.660.70
HSL4.71º49.51%20.2%-
HSV(B)4.71º66.23%30.2%-
XYZ3.712.581.28-
YUV43.6118.07151.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 57.89%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 26 (10.55% from 255) = 19.55%
R=57.89%
G=22.56%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77302600.610.660.704.7149.5120.2
Hex4D1E1A03D424653214
Octal115363207510210656224
Binary1001101111101101001111011000010100011010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D1E1A; }

 p { color: rgb(77,30,26); }

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

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

 a { background-color: rgb(77,30,26); }

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

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

 span { border-color: rgb(77,30,26); }

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