#4E1813

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

Shades of Red Oxide #4E1813

Tints of Red Oxide #4E1813

Color information

#4E1813 (or 0x4E1813) is unknown color: approx Red Oxide. HEX triplet: 4E, 18 and 13. RGB value is (78,24,19). Sum of RGB (Red+Green+Blue) = 78+24+19=121 (16% of max value = 765). Red value is 78 (30.86% from 255 or 64.46% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1813 is #B1E7EC. Grayscale: #272727. Windows color (decimal): -11659245 or 1251406. OLE color: 1251406.

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

Color convert

RGB782419-
CMYK00.690.760.69
HSL5.08º60.82%19.02%-
HSV(B)5.08º75.64%30.59%-
XYZ3.592.320.87-
YUV39.58116.39155.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 64.46%
GREEN value IS 24 (9.77% from 255) = 19.83%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=64.46%
G=19.83%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78241900.690.760.695.0860.8219.02
Hex4E18130454C4553d13
Octal1163023010511410557523
Binary10011101100010011010001011001100100010110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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