#4E100B

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

Shades of Red Oxide #4E100B

Tints of Red Oxide #4E100B

Color information

#4E100B (or 0x4E100B) is unknown color: approx Red Oxide. HEX triplet: 4E, 10 and 0B. RGB value is (78,16,11). Sum of RGB (Red+Green+Blue) = 78+16+11=105 (13% of max value = 765). Red value is 78 (30.86% from 255 or 74.29% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 78 - color contains mainly: red. Hex color #4E100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E100B is #B1EFF4. Grayscale: #222222. Windows color (decimal): -11661301 or 725070. OLE color: 725070.

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

Color convert

RGB781611-
CMYK00.790.860.69
HSL4.48º75.28%17.45%-
HSV(B)4.48º85.9%30.59%-
XYZ3.392.010.53-
YUV33.97115.04159.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 74.29%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 11 (4.69% from 255) = 10.48%
R=74.29%
G=15.24%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78161100.790.860.694.4875.2817.45
Hex4E10B04F564544b11
Octal11620130117126105411321
Binary10011101000010110100111110101101000101100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,16,11); }

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

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

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

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

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

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

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