#4D130F

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

Shades of Red Oxide #4D130F

Tints of Red Oxide #4D130F

Color information

#4D130F (or 0x4D130F) is unknown color: approx Red Oxide. HEX triplet: 4D, 13 and 0F. RGB value is (77,19,15). Sum of RGB (Red+Green+Blue) = 77+19+15=111 (14% of max value = 765). Red value is 77 (30.47% from 255 or 69.37% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 77 - color contains mainly: red. Hex color #4D130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D130F is #B2ECF0. Grayscale: #232323. Windows color (decimal): -11726065 or 987981. OLE color: 987981.

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

Color convert

RGB771915-
CMYK00.750.810.70
HSL3.87º67.39%18.04%-
HSV(B)3.87º80.52%30.2%-
XYZ3.382.080.67-
YUV35.89116.22157.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 69.37%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=69.37%
G=17.12%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77191500.750.810.703.8767.3918.04
Hex4D13F04B514644312
Octal11523170113121106410322
Binary10011011001111110100101110100011000110100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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