Html Css Color HEX #4D211B Caput Mortuum

📋 copy color: '#4D211B'

red 77 ◦ green 33 ◦ blue 27

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

Shades of Caput Mortuum #4D211B

Tints of Caput Mortuum #4D211B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.09%

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

R = 56.2%
G = 24.09%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#4D211B (or 0x4D211B) is known color: Caput Mortuum. HEX triplet: 4D, 21 and 1B. RGB value is (77,33,27). Sum of RGB (Red+Green+Blue) = 77+33+27=137 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.20% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 77 - color contains mainly: red. Hex color #4D211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D211B is #B2DEE4. Grayscale: #2D2D2D. Windows color (decimal): -11722469 or 1777997. OLE color: 1777997.

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

Color convert

RGB 77 33 27 -
CMYK 0 0.57 0.65 0.70
HSL 7.2º 0.48% 0.2% -
HSV(B) 7.2º 0.65% 0.3% -
XYZ 3.8 2.74 1.37 -
YUV 45.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 77 33 27 0 0.57 0.65 0.70 7.2 0.48 0.2
Hex 4D 21 1B 0 39 41 46 7 30 14
Octal 115 41 33 0 71 101 106 7 60 24
Binary 1001101 100001 11011 0 111001 1000001 1000110 111 110000 10100

Color Harmonies of #4D211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D211B

Black with #4D211B

Text Example


Text Example

White with #4D211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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