Html Css Color HEX #4E1918 Red Oxide

📋 copy color: '#4E1918'

red 78 ◦ green 25 ◦ blue 24

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

Shades of Red Oxide #4E1918

Tints of Red Oxide #4E1918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.69%

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 61.42%
G = 19.69%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#4E1918 (or 0x4E1918) is known color: Red Oxide. HEX triplet: 4E, 19 and 18. RGB value is (78,25,24). Sum of RGB (Red+Green+Blue) = 78+25+24=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1918 is #B1E6E7. Grayscale: #282828. Windows color (decimal): -11658984 or 1579342. OLE color: 1579342.

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

Color convert

RGB 78 25 24 -
CMYK 0 0.68 0.69 0.69
HSL 1.11º 0.53% 0.2% -
HSV(B) 1.11º 0.69% 0.31% -
XYZ 3.65 2.38 1.13 -
YUV 40.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 78 25 24 0 0.68 0.69 0.69 1.11 0.53 0.2
Hex 4E 19 18 0 44 45 45 1 35 14
Octal 116 31 30 0 104 105 105 1 65 24
Binary 1001110 11001 11000 0 1000100 1000101 1000101 1 110101 10100

Color Harmonies of #4E1918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1918

Black with #4E1918

Text Example


Text Example

White with #4E1918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,25,24); }

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

background-color css

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

 a { background-color: rgb(78,25,24); }

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

border-color css

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

 span { border-color: rgb(78,25,24); }

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