#4D281F

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

Shades of Caput Mortuum #4D281F

Tints of Caput Mortuum #4D281F

Color information

#4D281F (or 0x4D281F) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 28 and 1F. RGB value is (77,40,31). Sum of RGB (Red+Green+Blue) = 77+40+31=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D281F is #B2D7E0. Grayscale: #323232. Windows color (decimal): -11720673 or 2041933. OLE color: 2041933.

HSL color Cylindrical-coordinate representation of color #4D281F: hue angle of 11.74º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D281F is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB774031-
CMYK00.480.600.70
HSL11.74º42.59%21.18%-
HSV(B)11.74º59.74%30.2%-
XYZ4.073.191.7-
YUV50.04117.26147.23-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.03%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 31 (12.5% from 255) = 20.95%
R=52.03%
G=27.03%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77403100.480.600.7011.7442.5921.18
Hex4D281F0303C46c2b15
Octal115503706074106145325
Binary10011011010001111101100001111001000110110010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,40,31); }

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

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

 a { background-color: rgb(77,40,31); }

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

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

 span { border-color: rgb(77,40,31); }

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