#4E1818

Color #4E1818 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #4E1818

Tints of Red Oxide #4E1818

Color information

#4E1818 (or 0x4E1818) is unknown color: approx Red Oxide. HEX triplet: 4E, 18 and 18. RGB value is (78,24,24). Sum of RGB (Red+Green+Blue) = 78+24+24=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1818 is #B1E7E7. Grayscale: #282828. Windows color (decimal): -11659240 or 1579086. OLE color: 1579086.

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

Color convert

RGB782424-
CMYK00.690.690.69
HSL52.94%20%-
HSV(B)69.23%30.59%-
XYZ3.632.341.12-
YUV40.15118.89155-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 61.90%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 24 (9.77% from 255) = 19.05%
R=61.90%
G=19.05%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78242400.690.690.69052.9420
Hex4E1818045454503514
Octal1163030010510510506524
Binary100111011000110000100010110001011000101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E1818;
 }
 .AnyTagClassName
 {
   color: #4E1818;
 }
</style>
background-color css

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

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

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

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

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

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