Html Css Color HEX #4D1F15 Caput Mortuum

📋 copy color: '#4D1F15'

red 77 ◦ green 31 ◦ blue 21

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

Shades of Caput Mortuum #4D1F15

Tints of Caput Mortuum #4D1F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.03%

 BLUE value IS 21 (8.59% from 255) = 16.28%

R = 59.69%
G = 24.03%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#4D1F15 (or 0x4D1F15) is known color: Caput Mortuum. HEX triplet: 4D, 1F and 15. RGB value is (77,31,21). Sum of RGB (Red+Green+Blue) = 77+31+21=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1F15 is #B2E0EA. Grayscale: #2B2B2B. Windows color (decimal): -11722987 or 1384269. OLE color: 1384269.

HSL color Cylindrical-coordinate representation of color #4D1F15: hue angle of 10.71º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D1F15 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 31 21 -
CMYK 0 0.60 0.73 0.70
HSL 10.71º 0.57% 0.19% -
HSV(B) 10.71º 0.73% 0.3% -
XYZ 3.69 2.61 1.02 -
YUV 43.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 77 31 21 0 0.60 0.73 0.70 10.71 0.57 0.19
Hex 4D 1F 15 0 3C 49 46 B 39 13
Octal 115 37 25 0 74 111 106 13 71 23
Binary 1001101 11111 10101 0 111100 1001001 1000110 1011 111001 10011

Color Harmonies of #4D1F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1F15

Black with #4D1F15

Text Example


Text Example

White with #4D1F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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