#4E1307

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

Shades of Red Oxide #4E1307

Tints of Red Oxide #4E1307

Color information

#4E1307 (or 0x4E1307) is unknown color: approx Red Oxide. HEX triplet: 4E, 13 and 07. RGB value is (78,19,7). Sum of RGB (Red+Green+Blue) = 78+19+7=104 (13% of max value = 765). Red value is 78 (30.86% from 255 or 75% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1307 is #B1ECF8. Grayscale: #232323. Windows color (decimal): -11660537 or 463694. OLE color: 463694.

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

Color convert

RGB78197-
CMYK00.760.910.69
HSL10.14º83.53%16.67%-
HSV(B)10.14º91.03%30.59%-
XYZ3.412.10.43-
YUV35.27112.05158.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 75%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 7 (3.12% from 255) = 6.73%
R=75%
G=18.27%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7819700.760.910.6910.1483.5316.67
Hex4E13704C5B45a5411
Octal11623701141331051212421
Binary10011101001111101001100101101110001011010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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