#4E1411

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

Shades of Red Oxide #4E1411

Tints of Red Oxide #4E1411

Color information

#4E1411 (or 0x4E1411) is unknown color: approx Red Oxide. HEX triplet: 4E, 14 and 11. RGB value is (78,20,17). Sum of RGB (Red+Green+Blue) = 78+20+17=115 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.83% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1411 is #B1EBEE. Grayscale: #252525. Windows color (decimal): -11660271 or 1119310. OLE color: 1119310.

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

Color convert

RGB782017-
CMYK00.740.780.69
HSL2.95º64.21%18.63%-
HSV(B)2.95º78.21%30.59%-
XYZ3.492.160.76-
YUV37116.72157.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 67.83%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 17 (7.03% from 255) = 14.78%
R=67.83%
G=17.39%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78201700.740.780.692.9564.2118.63
Hex4E141104A4E4534013
Octal11624210112116105310023
Binary10011101010010001010010101001110100010111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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