#4F1715

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

Shades of Red Oxide #4F1715

Tints of Red Oxide #4F1715

Color information

#4F1715 (or 0x4F1715) is unknown color: approx Red Oxide. HEX triplet: 4F, 17 and 15. RGB value is (79,23,21). Sum of RGB (Red+Green+Blue) = 79+23+21=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1715 is #B0E8EA. Grayscale: #272727. Windows color (decimal): -11593963 or 1382223. OLE color: 1382223.

HSL color Cylindrical-coordinate representation of color #4F1715: hue angle of 2.07º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F1715 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB792321-
CMYK00.710.730.69
HSL2.07º58%19.61%-
HSV(B)2.07º73.42%30.98%-
XYZ3.672.330.97-
YUV39.52117.55156.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 64.23%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=64.23%
G=18.70%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79232100.710.730.692.075819.61
Hex4F1715047494523a14
Octal1172725010711110527224
Binary1001111101111010101000111100100110001011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,23,21); }

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

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

 a { background-color: rgb(79,23,21); }

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

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

 span { border-color: rgb(79,23,21); }

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