#4E110B

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

Shades of Red Oxide #4E110B

Tints of Red Oxide #4E110B

Color information

#4E110B (or 0x4E110B) is unknown color: approx Red Oxide. HEX triplet: 4E, 11 and 0B. RGB value is (78,17,11). Sum of RGB (Red+Green+Blue) = 78+17+11=106 (14% of max value = 765). Red value is 78 (30.86% from 255 or 73.58% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 78 - color contains mainly: red. Hex color #4E110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E110B is #B1EEF4. Grayscale: #222222. Windows color (decimal): -11661045 or 725326. OLE color: 725326.

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

Color convert

RGB781711-
CMYK00.780.860.69
HSL5.37º75.28%17.45%-
HSV(B)5.37º85.9%30.59%-
XYZ3.42.040.53-
YUV34.56114.71158.99-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 73.58%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 11 (4.69% from 255) = 10.38%
R=73.58%
G=16.04%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78171100.780.860.695.3775.2817.45
Hex4E11B04E564554b11
Octal11621130116126105511321
Binary10011101000110110100111010101101000101101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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