#4D1312

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

Shades of Red Oxide #4D1312

Tints of Red Oxide #4D1312

Color information

#4D1312 (or 0x4D1312) is unknown color: approx Red Oxide. HEX triplet: 4D, 13 and 12. RGB value is (77,19,18). Sum of RGB (Red+Green+Blue) = 77+19+18=114 (15% of max value = 765). Red value is 77 (30.47% from 255 or 67.54% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1312 is #B2ECED. Grayscale: #242424. Windows color (decimal): -11726062 or 1184589. OLE color: 1184589.

HSL color Cylindrical-coordinate representation of color #4D1312: hue angle of 1.02º 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 #4D1312 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB771918-
CMYK00.750.770.70
HSL1.02º62.11%18.63%-
HSV(B)1.02º76.62%30.2%-
XYZ3.42.090.8-
YUV36.23117.72157.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 67.54%
GREEN value IS 19 (7.81% from 255) = 16.67%
BLUE value IS 18 (7.42% from 255) = 15.79%
R=67.54%
G=16.67%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77191800.750.770.701.0262.1118.63
Hex4D131204B4D4613e13
Octal1152322011311510617623
Binary100110110011100100100101110011011000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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