#4F1209

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

Shades of Red Oxide #4F1209

Tints of Red Oxide #4F1209

Color information

#4F1209 (or 0x4F1209) is unknown color: approx Red Oxide. HEX triplet: 4F, 12 and 09. RGB value is (79,18,9). Sum of RGB (Red+Green+Blue) = 79+18+9=106 (14% of max value = 765). Red value is 79 (31.25% from 255 or 74.53% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1209 is #B0EDF6. Grayscale: #232323. Windows color (decimal): -11595255 or 594511. OLE color: 594511.

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

Color convert

RGB79189-
CMYK00.770.890.69
HSL7.71º79.55%17.25%-
HSV(B)7.71º88.61%30.98%-
XYZ3.492.110.48-
YUV35.21113.21159.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 74.53%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 9 (3.91% from 255) = 8.49%
R=74.53%
G=16.98%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7918900.770.890.697.7179.5517.25
Hex4F12904D594585011
Octal117221101151311051012021
Binary100111110010100101001101101100110001011000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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