#4F1306

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

Shades of Red Oxide #4F1306

Tints of Red Oxide #4F1306

Color information

#4F1306 (or 0x4F1306) is unknown color: approx Red Oxide. HEX triplet: 4F, 13 and 06. RGB value is (79,19,6). Sum of RGB (Red+Green+Blue) = 79+19+6=104 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.96% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1306 is #B0ECF9. Grayscale: #232323. Windows color (decimal): -11595002 or 398159. OLE color: 398159.

HSL color Cylindrical-coordinate representation of color #4F1306: hue angle of 10.68º 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 #4F1306 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB79196-
CMYK00.760.920.69
HSL10.68º85.88%16.67%-
HSV(B)10.68º92.41%30.98%-
XYZ3.492.140.4-
YUV35.46111.38159.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 75.96%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=75.96%
G=18.27%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7919600.760.920.6910.6885.8816.67
Hex4F13604C5C45b5611
Octal11723601141341051312621
Binary10011111001111001001100101110010001011011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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