#4F0C09

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

Shades of Red Oxide #4F0C09

Tints of Red Oxide #4F0C09

Color information

#4F0C09 (or 0x4F0C09) is unknown color: approx Red Oxide. HEX triplet: 4F, 0C and 09. RGB value is (79,12,9). Sum of RGB (Red+Green+Blue) = 79+12+9=100 (13% of max value = 765). Red value is 79 (31.25% from 255 or 79% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0C09 is #B0F3F6. Grayscale: #1F1F1F. Windows color (decimal): -11596791 or 592975. OLE color: 592975.

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

Color convert

RGB79129-
CMYK00.850.890.69
HSL2.57º79.55%17.25%-
HSV(B)2.57º88.61%30.98%-
XYZ3.411.940.45-
YUV31.69115.2161.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 79%
GREEN value IS 12 (5.08% from 255) = 12%
BLUE value IS 9 (3.91% from 255) = 9%
R=79%
G=12%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7912900.850.890.692.5779.5517.25
Hex4FC9055594535011
Octal11714110125131105312021
Binary100111111001001010101011011001100010111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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