#4E150B

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

Shades of Red Oxide #4E150B

Tints of Red Oxide #4E150B

Color information

#4E150B (or 0x4E150B) is unknown color: approx Red Oxide. HEX triplet: 4E, 15 and 0B. RGB value is (78,21,11). Sum of RGB (Red+Green+Blue) = 78+21+11=110 (14% of max value = 765). Red value is 78 (30.86% from 255 or 70.91% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 78 - color contains mainly: red. Hex color #4E150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E150B is #B1EAF4. Grayscale: #252525. Windows color (decimal): -11660021 or 726350. OLE color: 726350.

HSL color Cylindrical-coordinate representation of color #4E150B: hue angle of 8.96º 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 #4E150B is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB782111-
CMYK00.730.860.69
HSL8.96º75.28%17.45%-
HSV(B)8.96º85.9%30.59%-
XYZ3.472.180.55-
YUV36.9113.38157.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 70.91%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 11 (4.69% from 255) = 10%
R=70.91%
G=19.09%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78211100.730.860.698.9675.2817.45
Hex4E15B049564594b11
Octal116251301111261051111321
Binary100111010101101101001001101011010001011001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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