Html Css Color HEX #4E201C Caput Mortuum

📋 copy color: '#4E201C'

red 78 ◦ green 32 ◦ blue 28

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

Shades of Caput Mortuum #4E201C

Tints of Caput Mortuum #4E201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.19%

 BLUE value IS 28 (11.33% from 255) = 20.29%

R = 56.52%
G = 23.19%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#4E201C (or 0x4E201C) is known color: Caput Mortuum. HEX triplet: 4E, 20 and 1C. RGB value is (78,32,28). Sum of RGB (Red+Green+Blue) = 78+32+28=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E201C is #B1DFE3. Grayscale: #2D2D2D. Windows color (decimal): -11657188 or 1843278. OLE color: 1843278.

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

Color convert

RGB 78 32 28 -
CMYK 0 0.59 0.64 0.69
HSL 4.8º 0.47% 0.21% -
HSV(B) 4.8º 0.64% 0.31% -
XYZ 3.87 2.74 1.42 -
YUV 45.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 78 32 28 0 0.59 0.64 0.69 4.8 0.47 0.21
Hex 4E 20 1C 0 3B 40 45 5 2F 15
Octal 116 40 34 0 73 100 105 5 57 25
Binary 1001110 100000 11100 0 111011 1000000 1000101 101 101111 10101

Color Harmonies of #4E201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E201C

Black with #4E201C

Text Example


Text Example

White with #4E201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,32,28); }

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

background-color css

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

 a { background-color: rgb(78,32,28); }

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

border-color css

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

 span { border-color: rgb(78,32,28); }

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