Html Css Color HEX #4D1B11 Caput Mortuum

📋 copy color: '#4D1B11'

red 77 ◦ green 27 ◦ blue 17

#4D1B11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #4D1B11

Tints of Caput Mortuum #4D1B11

RGB

 RED value IS 77 (30.47% from 255) = 63.64%

 GREEN value IS 27 (10.94% from 255) = 22.31%

 BLUE value IS 17 (7.03% from 255) = 14.05%

R = 63.64%
G = 22.31%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#4D1B11 (or 0x4D1B11) is known color: Caput Mortuum. HEX triplet: 4D, 1B and 11. RGB value is (77,27,17). Sum of RGB (Red+Green+Blue) = 77+27+17=121 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.64% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1B11 is #B2E4EE. Grayscale: #282828. Windows color (decimal): -11724015 or 1121101. OLE color: 1121101.

HSL color Cylindrical-coordinate representation of color #4D1B11: hue angle of 10º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D1B11 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 27 17 -
CMYK 0 0.65 0.78 0.70
HSL 10º 0.64% 0.18% -
HSV(B) 10º 0.78% 0.3% -
XYZ 3.55 2.4 0.81 -
YUV 40.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 77 27 17 0 0.65 0.78 0.70 10 0.64 0.18
Hex 4D 1B 11 0 41 4E 46 A 40 12
Octal 115 33 21 0 101 116 106 12 100 22
Binary 1001101 11011 10001 0 1000001 1001110 1000110 1010 1000000 10010

Color Harmonies of #4D1B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1B11

Black with #4D1B11

Text Example


Text Example

White with #4D1B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,27,17); }

 H1.HeaderClassName
 {
   color: #4D1B11;
 }
 .AnyTagClassName
 {
   color: #4D1B11;
 }
</style>

background-color css

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

 a { background-color: rgb(77,27,17); }

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

border-color css

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

 span { border-color: rgb(77,27,17); }

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