#4E1113

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

Shades of Rustic Red #4E1113

Tints of Rustic Red #4E1113

Color information

#4E1113 (or 0x4E1113) is unknown color: approx Rustic Red. HEX triplet: 4E, 11 and 13. RGB value is (78,17,19). Sum of RGB (Red+Green+Blue) = 78+17+19=114 (15% of max value = 765). Red value is 78 (30.86% from 255 or 68.42% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1113 is #B1EEEC. Grayscale: #232323. Windows color (decimal): -11661037 or 1249614. OLE color: 1249614.

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

Color convert

RGB781719-
CMYK00.780.760.69
HSL358.03º64.21%18.63%-
HSV(B)358.03º78.21%30.59%-
XYZ3.462.070.83-
YUV35.47118.71158.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 68.42%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=68.42%
G=14.91%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78171900.780.760.69358.0364.2118.63
Hex4E111304E4C451664013
Octal1162123011611410554610023
Binary100111010001100110100111010011001000101101100110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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