#4D130C

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

Shades of Red Oxide #4D130C

Tints of Red Oxide #4D130C

Color information

#4D130C (or 0x4D130C) is unknown color: approx Red Oxide. HEX triplet: 4D, 13 and 0C. RGB value is (77,19,12). Sum of RGB (Red+Green+Blue) = 77+19+12=108 (14% of max value = 765). Red value is 77 (30.47% from 255 or 71.30% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 77 - color contains mainly: red. Hex color #4D130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D130C is #B2ECF3. Grayscale: #232323. Windows color (decimal): -11726068 or 791373. OLE color: 791373.

HSL color Cylindrical-coordinate representation of color #4D130C: hue angle of 6.46º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D130C is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.70.

Color convert

RGB771912-
CMYK00.750.840.70
HSL6.46º73.03%17.45%-
HSV(B)6.46º84.42%30.2%-
XYZ3.362.070.57-
YUV35.54114.72157.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 71.30%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 12 (5.08% from 255) = 11.11%
R=71.30%
G=17.59%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77191200.750.840.706.4673.0317.45
Hex4D13C04B544664911
Octal11523140113124106611121
Binary10011011001111000100101110101001000110110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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