#4E0F0F

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

Shades of Red Oxide #4E0F0F

Tints of Red Oxide #4E0F0F

Color information

#4E0F0F (or 0x4E0F0F) is unknown color: approx Red Oxide. HEX triplet: 4E, 0F and 0F. RGB value is (78,15,15). Sum of RGB (Red+Green+Blue) = 78+15+15=108 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.22% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0F0F is #B1F0F0. Grayscale: #212121. Windows color (decimal): -11661553 or 986958. OLE color: 986958.

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

Color convert

RGB781515-
CMYK00.810.810.69
HSL67.74%18.24%-
HSV(B)80.77%30.59%-
XYZ3.420.66-
YUV33.84117.37159.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 72.22%
GREEN value IS 15 (6.25% from 255) = 13.89%
BLUE value IS 15 (6.25% from 255) = 13.89%
R=72.22%
G=13.89%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78151500.810.810.69067.7418.24
Hex4EFF051514504412
Octal11617170121121105010422
Binary10011101111111101010001101000110001010100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,15,15); }

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

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

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

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

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

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

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