#4F0B09

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

Shades of Red Oxide #4F0B09

Tints of Red Oxide #4F0B09

Color information

#4F0B09 (or 0x4F0B09) is unknown color: approx Red Oxide. HEX triplet: 4F, 0B and 09. RGB value is (79,11,9). Sum of RGB (Red+Green+Blue) = 79+11+9=99 (13% of max value = 765). Red value is 79 (31.25% from 255 or 79.80% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0B09 is #B0F4F6. Grayscale: #1F1F1F. Windows color (decimal): -11597047 or 592719. OLE color: 592719.

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

Color convert

RGB79119-
CMYK00.860.890.69
HSL1.71º79.55%17.25%-
HSV(B)1.71º88.61%30.98%-
XYZ3.391.920.45-
YUV31.1115.53162.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 79.80%
GREEN value IS 11 (4.69% from 255) = 11.11%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=79.80%
G=11.11%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7911900.860.890.691.7179.5517.25
Hex4FB9056594525011
Octal11713110126131105212021
Binary100111110111001010101101011001100010110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,11,9); }

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

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

 a { background-color: rgb(79,11,9); }

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

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

 span { border-color: rgb(79,11,9); }

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