#4E1511

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

Shades of Red Oxide #4E1511

Tints of Red Oxide #4E1511

Color information

#4E1511 (or 0x4E1511) is unknown color: approx Red Oxide. HEX triplet: 4E, 15 and 11. RGB value is (78,21,17). Sum of RGB (Red+Green+Blue) = 78+21+17=116 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.24% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1511 is #B1EAEE. Grayscale: #252525. Windows color (decimal): -11660015 or 1119566. OLE color: 1119566.

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

Color convert

RGB782117-
CMYK00.730.780.69
HSL3.93º64.21%18.63%-
HSV(B)3.93º78.21%30.59%-
XYZ3.512.20.77-
YUV37.59116.38156.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 67.24%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 17 (7.03% from 255) = 14.66%
R=67.24%
G=18.10%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78211700.730.780.693.9364.2118.63
Hex4E15110494E4544013
Octal11625210111116105410023
Binary100111010101100010100100110011101000101100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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