#4E0708

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

Shades of Rustic Red #4E0708

Tints of Rustic Red #4E0708

Color information

#4E0708 (or 0x4E0708) is unknown color: approx Rustic Red. HEX triplet: 4E, 07 and 08. RGB value is (78,7,8). Sum of RGB (Red+Green+Blue) = 78+7+8=93 (12% of max value = 765). Red value is 78 (30.86% from 255 or 83.87% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0708 is #B1F8F7. Grayscale: #1C1C1C. Windows color (decimal): -11663608 or 526158. OLE color: 526158.

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

Color convert

RGB7878-
CMYK00.910.900.69
HSL359.15º83.53%16.67%-
HSV(B)359.15º91.03%30.59%-
XYZ3.261.790.4-
YUV28.34116.52163.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 83.87%
GREEN value IS 7 (3.12% from 255) = 7.53%
BLUE value IS 8 (3.52% from 255) = 8.60%
R=83.87%
G=7.53%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal787800.910.900.69359.1583.5316.67
Hex4E7805B5A451675411
Octal116710013313210554712421
Binary100111011110000101101110110101000101101100111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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