#4D1412

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

Shades of Red Oxide #4D1412

Tints of Red Oxide #4D1412

Color information

#4D1412 (or 0x4D1412) is unknown color: approx Red Oxide. HEX triplet: 4D, 14 and 12. RGB value is (77,20,18). Sum of RGB (Red+Green+Blue) = 77+20+18=115 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.96% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1412 is #B2EBED. Grayscale: #242424. Windows color (decimal): -11725806 or 1184845. OLE color: 1184845.

HSL color Cylindrical-coordinate representation of color #4D1412: hue angle of 2.03º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D1412 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB772018-
CMYK00.740.770.70
HSL2.03º62.11%18.63%-
HSV(B)2.03º76.62%30.2%-
XYZ3.422.120.8-
YUV36.82117.38156.66-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 66.96%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=66.96%
G=17.39%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77201800.740.770.702.0362.1118.63
Hex4D141204A4D4623e13
Octal1152422011211510627623
Binary1001101101001001001001010100110110001101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,20,18); }

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

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

 a { background-color: rgb(77,20,18); }

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

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

 span { border-color: rgb(77,20,18); }

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