Html Css Color HEX #4E211E Caput Mortuum

📋 copy color: '#4E211E'

red 78 ◦ green 33 ◦ blue 30

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

Shades of Caput Mortuum #4E211E

Tints of Caput Mortuum #4E211E

RGB

 RED value IS 78 (30.86% from 255) = 55.32%

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

 BLUE value IS 30 (12.11% from 255) = 21.28%

R = 55.32%
G = 23.4%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4E211E (or 0x4E211E) is known color: Caput Mortuum. HEX triplet: 4E, 21 and 1E. RGB value is (78,33,30). Sum of RGB (Red+Green+Blue) = 78+33+30=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E211E is #B1DEE1. Grayscale: #2E2E2E. Windows color (decimal): -11656930 or 1974606. OLE color: 1974606.

HSL color Cylindrical-coordinate representation of color #4E211E: hue angle of 3.75º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E211E is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 33 30 -
CMYK 0 0.58 0.62 0.69
HSL 3.75º 0.44% 0.21% -
HSV(B) 3.75º 0.62% 0.31% -
XYZ 3.92 2.8 1.56 -
YUV 46.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 78 33 30 0 0.58 0.62 0.69 3.75 0.44 0.21
Hex 4E 21 1E 0 3A 3E 45 4 2C 15
Octal 116 41 36 0 72 76 105 4 54 25
Binary 1001110 100001 11110 0 111010 111110 1000101 100 101100 10101

Color Harmonies of #4E211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E211E

Black with #4E211E

Text Example


Text Example

White with #4E211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,33,30); }

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

background-color css

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

 a { background-color: rgb(78,33,30); }

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

border-color css

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

 span { border-color: rgb(78,33,30); }

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