#4E0710

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

Shades of Rustic Red #4E0710

Tints of Rustic Red #4E0710

Color information

#4E0710 (or 0x4E0710) is unknown color: approx Rustic Red. HEX triplet: 4E, 07 and 10. RGB value is (78,7,16). Sum of RGB (Red+Green+Blue) = 78+7+16=101 (13% of max value = 765). Red value is 78 (30.86% from 255 or 77.23% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0710 is #B1F8EF. Grayscale: #1D1D1D. Windows color (decimal): -11663600 or 1050446. OLE color: 1050446.

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

Color convert

RGB78716-
CMYK00.910.790.69
HSL352.39º83.53%16.67%-
HSV(B)352.39º91.03%30.59%-
XYZ3.311.810.66-
YUV29.26120.52162.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 77.23%
GREEN value IS 7 (3.12% from 255) = 6.93%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=77.23%
G=6.93%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7871600.910.790.69352.3983.5316.67
Hex4E71005B4F451605411
Octal116720013311710554012421
Binary1001110111100000101101110011111000101101100000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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