#4E1308

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

Shades of Red Oxide #4E1308

Tints of Red Oxide #4E1308

Color information

#4E1308 (or 0x4E1308) is unknown color: approx Red Oxide. HEX triplet: 4E, 13 and 08. RGB value is (78,19,8). Sum of RGB (Red+Green+Blue) = 78+19+8=105 (13% of max value = 765). Red value is 78 (30.86% from 255 or 74.29% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1308 is #B1ECF7. Grayscale: #232323. Windows color (decimal): -11660536 or 529230. OLE color: 529230.

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

Color convert

RGB78198-
CMYK00.760.900.69
HSL9.43º81.4%16.86%-
HSV(B)9.43º89.74%30.59%-
XYZ3.422.10.46-
YUV35.39112.55158.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 74.29%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 8 (3.52% from 255) = 7.62%
R=74.29%
G=18.10%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7819800.760.900.699.4381.416.86
Hex4E13804C5A4595111
Octal116231001141321051112121
Binary100111010011100001001100101101010001011001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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