Html Css Color HEX #4E251B Caput Mortuum

📋 copy color: '#4E251B'

red 78 ◦ green 37 ◦ blue 27

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

Shades of Caput Mortuum #4E251B

Tints of Caput Mortuum #4E251B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.06%

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

R = 54.93%
G = 26.06%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4E251B (or 0x4E251B) is known color: Caput Mortuum. HEX triplet: 4E, 25 and 1B. RGB value is (78,37,27). Sum of RGB (Red+Green+Blue) = 78+37+27=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E251B is #B1DAE4. Grayscale: #303030. Windows color (decimal): -11655909 or 1779022. OLE color: 1779022.

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

Color convert

RGB 78 37 27 -
CMYK 0 0.53 0.65 0.69
HSL 11.76º 0.49% 0.21% -
HSV(B) 11.76º 0.65% 0.31% -
XYZ 4 3.02 1.41 -
YUV 48.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 78 37 27 0 0.53 0.65 0.69 11.76 0.49 0.21
Hex 4E 25 1B 0 35 41 45 C 31 15
Octal 116 45 33 0 65 101 105 14 61 25
Binary 1001110 100101 11011 0 110101 1000001 1000101 1100 110001 10101

Color Harmonies of #4E251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E251B

Black with #4E251B

Text Example


Text Example

White with #4E251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,37,27); }

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

background-color css

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

 a { background-color: rgb(78,37,27); }

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

border-color css

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

 span { border-color: rgb(78,37,27); }

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