#4E080F

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

Shades of Rustic Red #4E080F

Tints of Rustic Red #4E080F

Color information

#4E080F (or 0x4E080F) is unknown color: approx Rustic Red. HEX triplet: 4E, 08 and 0F. RGB value is (78,8,15). Sum of RGB (Red+Green+Blue) = 78+8+15=101 (13% of max value = 765). Red value is 78 (30.86% from 255 or 77.23% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 78 - color contains mainly: red. Hex color #4E080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E080F is #B1F7F0. Grayscale: #1D1D1D. Windows color (decimal): -11663345 or 985166. OLE color: 985166.

HSL color Cylindrical-coordinate representation of color #4E080F: hue angle of 354º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E080F is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB78815-
CMYK00.900.810.69
HSL354º81.4%16.86%-
HSV(B)354º89.74%30.59%-
XYZ3.311.830.63-
YUV29.73119.69162.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 77.23%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 15 (6.25% from 255) = 14.85%
R=77.23%
G=7.92%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7881500.900.810.6935481.416.86
Hex4E8F05A51451625111
Octal1161017013212110554212121
Binary1001110100011110101101010100011000101101100010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,8,15); }

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

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

 a { background-color: rgb(78,8,15); }

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

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

 span { border-color: rgb(78,8,15); }

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