Html Css Color HEX #4E271C Caput Mortuum

📋 copy color: '#4E271C'

red 78 ◦ green 39 ◦ blue 28

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

Shades of Caput Mortuum #4E271C

Tints of Caput Mortuum #4E271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.9%

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

R = 53.79%
G = 26.9%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#4E271C (or 0x4E271C) is known color: Caput Mortuum. HEX triplet: 4E, 27 and 1C. RGB value is (78,39,28). Sum of RGB (Red+Green+Blue) = 78+39+28=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E271C is #B1D8E3. Grayscale: #313131. Windows color (decimal): -11655396 or 1845070. OLE color: 1845070.

HSL color Cylindrical-coordinate representation of color #4E271C: hue angle of 13.2º 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 #4E271C is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 39 28 -
CMYK 0 0.50 0.64 0.69
HSL 13.2º 0.47% 0.21% -
HSV(B) 13.2º 0.64% 0.31% -
XYZ 4.08 3.15 1.49 -
YUV 49.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 78 39 28 0 0.50 0.64 0.69 13.2 0.47 0.21
Hex 4E 27 1C 0 32 40 45 D 2F 15
Octal 116 47 34 0 62 100 105 15 57 25
Binary 1001110 100111 11100 0 110010 1000000 1000101 1101 101111 10101

Color Harmonies of #4E271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E271C

Black with #4E271C

Text Example


Text Example

White with #4E271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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