#4E1F1E

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

Shades of Red Oxide #4E1F1E

Tints of Red Oxide #4E1F1E

Color information

#4E1F1E (or 0x4E1F1E) is unknown color: approx Red Oxide. HEX triplet: 4E, 1F and 1E. RGB value is (78,31,30). Sum of RGB (Red+Green+Blue) = 78+31+30=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1F1E is #B1E0E1. Grayscale: #2C2C2C. Windows color (decimal): -11657442 or 1974094. OLE color: 1974094.

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

Color convert

RGB783130-
CMYK00.600.620.69
HSL1.25º44.44%21.18%-
HSV(B)1.25º61.54%30.59%-
XYZ3.872.691.54-
YUV44.94119.57151.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 56.12%
GREEN value IS 31 (12.5% from 255) = 22.30%
BLUE value IS 30 (12.11% from 255) = 21.58%
R=56.12%
G=22.30%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78313000.600.620.691.2544.4421.18
Hex4E1F1E03C3E4512c15
Octal11637360747610515425
Binary1001110111111111001111001111101000101110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,31,30); }

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

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

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

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

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

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

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