#4D1815

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

Shades of Red Oxide #4D1815

Tints of Red Oxide #4D1815

Color information

#4D1815 (or 0x4D1815) is unknown color: approx Red Oxide. HEX triplet: 4D, 18 and 15. RGB value is (77,24,21). Sum of RGB (Red+Green+Blue) = 77+24+21=122 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.11% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1815 is #B2E7EA. Grayscale: #272727. Windows color (decimal): -11724779 or 1382477. OLE color: 1382477.

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

Color convert

RGB772421-
CMYK00.690.730.70
HSL3.21º57.14%19.22%-
HSV(B)3.21º72.73%30.2%-
XYZ3.522.290.96-
YUV39.5117.56154.74-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 63.11%
GREEN value IS 24 (9.77% from 255) = 19.67%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=63.11%
G=19.67%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77242100.690.730.703.2157.1419.22
Hex4D1815045494633913
Octal1153025010511110637123
Binary1001101110001010101000101100100110001101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,24,21); }

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

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

 a { background-color: rgb(77,24,21); }

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

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

 span { border-color: rgb(77,24,21); }

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