#4D1615

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

Shades of Red Oxide #4D1615

Tints of Red Oxide #4D1615

Color information

#4D1615 (or 0x4D1615) is unknown color: approx Red Oxide. HEX triplet: 4D, 16 and 15. RGB value is (77,22,21). Sum of RGB (Red+Green+Blue) = 77+22+21=120 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.17% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1615 is #B2E9EA. Grayscale: #262626. Windows color (decimal): -11725291 or 1381965. OLE color: 1381965.

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

Color convert

RGB772221-
CMYK00.710.730.70
HSL1.07º57.14%19.22%-
HSV(B)1.07º72.73%30.2%-
XYZ3.482.210.95-
YUV38.33118.22155.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 64.17%
GREEN value IS 22 (8.98% from 255) = 18.33%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=64.17%
G=18.33%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77222100.710.730.701.0757.1419.22
Hex4D1615047494613913
Octal1152625010711110617123
Binary100110110110101010100011110010011000110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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