#4E0E09

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

Shades of Red Oxide #4E0E09

Tints of Red Oxide #4E0E09

Color information

#4E0E09 (or 0x4E0E09) is unknown color: approx Red Oxide. HEX triplet: 4E, 0E and 09. RGB value is (78,14,9). Sum of RGB (Red+Green+Blue) = 78+14+9=101 (13% of max value = 765). Red value is 78 (30.86% from 255 or 77.23% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0E09 is #B1F1F6. Grayscale: #202020. Windows color (decimal): -11661815 or 593486. OLE color: 593486.

HSL color Cylindrical-coordinate representation of color #4E0E09: hue angle of 4.35º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E0E09 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.69.

Color convert

RGB78149-
CMYK00.820.880.69
HSL4.35º79.31%17.06%-
HSV(B)4.35º88.46%30.59%-
XYZ3.351.950.46-
YUV32.57114.7160.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 77.23%
GREEN value IS 14 (5.86% from 255) = 13.86%
BLUE value IS 9 (3.91% from 255) = 8.91%
R=77.23%
G=13.86%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7814900.820.880.694.3579.3117.06
Hex4EE9052584544f11
Octal11616110122130105411721
Binary1001110111010010101001010110001000101100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,14,9); }

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

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

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

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

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

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

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