Html Css Color HEX #4D241B Caput Mortuum

📋 copy color: '#4D241B'

red 77 ◦ green 36 ◦ blue 27

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

Shades of Caput Mortuum #4D241B

Tints of Caput Mortuum #4D241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.71%

 BLUE value IS 27 (10.94% from 255) = 19.29%

R = 55%
G = 25.71%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#4D241B (or 0x4D241B) is known color: Caput Mortuum. HEX triplet: 4D, 24 and 1B. RGB value is (77,36,27). Sum of RGB (Red+Green+Blue) = 77+36+27=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D241B is #B2DBE4. Grayscale: #2F2F2F. Windows color (decimal): -11721701 or 1778765. OLE color: 1778765.

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

Color convert

RGB 77 36 27 -
CMYK 0 0.53 0.65 0.70
HSL 10.8º 0.48% 0.2% -
HSV(B) 10.8º 0.65% 0.3% -
XYZ 3.89 2.92 1.4 -
YUV 47.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 77 36 27 0 0.53 0.65 0.70 10.8 0.48 0.2
Hex 4D 24 1B 0 35 41 46 B 30 14
Octal 115 44 33 0 65 101 106 13 60 24
Binary 1001101 100100 11011 0 110101 1000001 1000110 1011 110000 10100

Color Harmonies of #4D241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D241B

Black with #4D241B

Text Example


Text Example

White with #4D241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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