#4E1211

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

Shades of Red Oxide #4E1211

Tints of Red Oxide #4E1211

Color information

#4E1211 (or 0x4E1211) is unknown color: approx Red Oxide. HEX triplet: 4E, 12 and 11. RGB value is (78,18,17). Sum of RGB (Red+Green+Blue) = 78+18+17=113 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.03% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1211 is #B1EDEE. Grayscale: #232323. Windows color (decimal): -11660783 or 1118798. OLE color: 1118798.

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

Color convert

RGB781817-
CMYK00.770.780.69
HSL0.98º64.21%18.63%-
HSV(B)0.98º78.21%30.59%-
XYZ3.462.090.75-
YUV35.83117.38158.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 69.03%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=69.03%
G=15.93%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78181700.770.780.690.9864.2118.63
Hex4E121104D4E4514013
Octal11622210115116105110023
Binary1001110100101000101001101100111010001011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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