#4E1713

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

Shades of Red Oxide #4E1713

Tints of Red Oxide #4E1713

Color information

#4E1713 (or 0x4E1713) is unknown color: approx Red Oxide. HEX triplet: 4E, 17 and 13. RGB value is (78,23,19). Sum of RGB (Red+Green+Blue) = 78+23+19=120 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1713 is #B1E8EC. Grayscale: #272727. Windows color (decimal): -11659501 or 1251150. OLE color: 1251150.

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

Color convert

RGB782319-
CMYK00.710.760.69
HSL4.07º60.82%19.02%-
HSV(B)4.07º75.64%30.59%-
XYZ3.572.280.87-
YUV38.99116.72155.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 65%
GREEN value IS 23 (9.38% from 255) = 19.17%
BLUE value IS 19 (7.81% from 255) = 15.83%
R=65%
G=19.17%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78231900.710.760.694.0760.8219.02
Hex4E17130474C4543d13
Octal1162723010711410547523
Binary10011101011110011010001111001100100010110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,23,19); }

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

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

 a { background-color: rgb(78,23,19); }

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

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

 span { border-color: rgb(78,23,19); }

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