#4E130C

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

Shades of Red Oxide #4E130C

Tints of Red Oxide #4E130C

Color information

#4E130C (or 0x4E130C) is unknown color: approx Red Oxide. HEX triplet: 4E, 13 and 0C. RGB value is (78,19,12). Sum of RGB (Red+Green+Blue) = 78+19+12=109 (14% of max value = 765). Red value is 78 (30.86% from 255 or 71.56% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 78 - color contains mainly: red. Hex color #4E130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E130C is #B1ECF3. Grayscale: #232323. Windows color (decimal): -11660532 or 791374. OLE color: 791374.

HSL color Cylindrical-coordinate representation of color #4E130C: hue angle of 6.36º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E130C is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB781912-
CMYK00.760.850.69
HSL6.36º73.33%17.65%-
HSV(B)6.36º84.62%30.59%-
XYZ3.442.110.57-
YUV35.84114.55158.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 71.56%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=71.56%
G=17.43%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78191200.760.850.696.3673.3317.65
Hex4E13C04C554564912
Octal11623140114125105611122
Binary10011101001111000100110010101011000101110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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