#4E0911

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

Shades of Rustic Red #4E0911

Tints of Rustic Red #4E0911

Color information

#4E0911 (or 0x4E0911) is unknown color: approx Rustic Red. HEX triplet: 4E, 09 and 11. RGB value is (78,9,17). Sum of RGB (Red+Green+Blue) = 78+9+17=104 (13% of max value = 765). Red value is 78 (30.86% from 255 or 75% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0911 is #B1F6EE. Grayscale: #1E1E1E. Windows color (decimal): -11663087 or 1116494. OLE color: 1116494.

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

Color convert

RGB78917-
CMYK00.880.780.69
HSL353.04º79.31%17.06%-
HSV(B)353.04º88.46%30.59%-
XYZ3.341.860.71-
YUV30.54120.36161.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 75%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=75%
G=8.65%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7891700.880.780.69353.0479.3117.06
Hex4E9110584E451614f11
Octal1161121013011610554111721
Binary10011101001100010101100010011101000101101100001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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