#4E100D

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

Shades of Red Oxide #4E100D

Tints of Red Oxide #4E100D

Color information

#4E100D (or 0x4E100D) is unknown color: approx Red Oxide. HEX triplet: 4E, 10 and 0D. RGB value is (78,16,13). Sum of RGB (Red+Green+Blue) = 78+16+13=107 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.90% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 78 - color contains mainly: red. Hex color #4E100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E100D is #B1EFF2. Grayscale: #222222. Windows color (decimal): -11661299 or 856142. OLE color: 856142.

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

Color convert

RGB781613-
CMYK00.790.830.69
HSL2.77º71.43%17.84%-
HSV(B)2.77º83.33%30.59%-
XYZ3.42.020.59-
YUV34.2116.04159.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 72.90%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=72.90%
G=14.95%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78161300.790.830.692.7771.4317.84
Hex4E10D04F534534712
Octal11620150117123105310722
Binary1001110100001101010011111010011100010111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,16,13); }

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

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

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

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

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

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

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