#4F1106

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

Shades of Red Oxide #4F1106

Tints of Red Oxide #4F1106

Color information

#4F1106 (or 0x4F1106) is unknown color: approx Red Oxide. HEX triplet: 4F, 11 and 06. RGB value is (79,17,6). Sum of RGB (Red+Green+Blue) = 79+17+6=102 (13% of max value = 765). Red value is 79 (31.25% from 255 or 77.45% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1106 is #B0EEF9. Grayscale: #222222. Windows color (decimal): -11595514 or 397647. OLE color: 397647.

HSL color Cylindrical-coordinate representation of color #4F1106: hue angle of 9.04º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F1106 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB79176-
CMYK00.780.920.69
HSL9.04º85.88%16.67%-
HSV(B)9.04º92.41%30.98%-
XYZ3.462.080.39-
YUV34.28112.04159.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 77.45%
GREEN value IS 17 (7.03% from 255) = 16.67%
BLUE value IS 6 (2.73% from 255) = 5.88%
R=77.45%
G=16.67%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7917600.780.920.699.0485.8816.67
Hex4F11604E5C4595611
Octal11721601161341051112621
Binary10011111000111001001110101110010001011001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,17,6); }

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

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

 a { background-color: rgb(79,17,6); }

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

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

 span { border-color: rgb(79,17,6); }

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