#4E0E0B

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

Shades of Red Oxide #4E0E0B

Tints of Red Oxide #4E0E0B

Color information

#4E0E0B (or 0x4E0E0B) is unknown color: approx Red Oxide. HEX triplet: 4E, 0E and 0B. RGB value is (78,14,11). Sum of RGB (Red+Green+Blue) = 78+14+11=103 (13% of max value = 765). Red value is 78 (30.86% from 255 or 75.73% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0E0B is #B1F1F4. Grayscale: #202020. Windows color (decimal): -11661813 or 724558. OLE color: 724558.

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

Color convert

RGB781411-
CMYK00.820.860.69
HSL2.69º75.28%17.45%-
HSV(B)2.69º85.9%30.59%-
XYZ3.361.960.52-
YUV32.79115.7160.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 75.73%
GREEN value IS 14 (5.86% from 255) = 13.59%
BLUE value IS 11 (4.69% from 255) = 10.68%
R=75.73%
G=13.59%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78141100.820.860.692.6975.2817.45
Hex4EEB052564534b11
Octal11616130122126105311321
Binary100111011101011010100101010110100010111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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