#4D271F

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

Shades of Caput Mortuum #4D271F

Tints of Caput Mortuum #4D271F

Color information

#4D271F (or 0x4D271F) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 27 and 1F. RGB value is (77,39,31). Sum of RGB (Red+Green+Blue) = 77+39+31=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D271F is #B2D8E0. Grayscale: #313131. Windows color (decimal): -11720929 or 2041677. OLE color: 2041677.

HSL color Cylindrical-coordinate representation of color #4D271F: hue angle of 10.43º 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 #4D271F is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB773931-
CMYK00.490.600.70
HSL10.43º42.59%21.18%-
HSV(B)10.43º59.74%30.2%-
XYZ4.033.131.69-
YUV49.45117.59147.65-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.38%
GREEN value IS 39 (15.62% from 255) = 26.53%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=52.38%
G=26.53%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77393100.490.600.7010.4342.5921.18
Hex4D271F0313C46a2b15
Octal115473706174106125325
Binary10011011001111111101100011111001000110101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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