#4F1509

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

Shades of Red Oxide #4F1509

Tints of Red Oxide #4F1509

Color information

#4F1509 (or 0x4F1509) is unknown color: approx Red Oxide. HEX triplet: 4F, 15 and 09. RGB value is (79,21,9). Sum of RGB (Red+Green+Blue) = 79+21+9=109 (14% of max value = 765). Red value is 79 (31.25% from 255 or 72.48% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1509 is #B0EAF6. Grayscale: #252525. Windows color (decimal): -11594487 or 595279. OLE color: 595279.

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

Color convert

RGB79219-
CMYK00.730.890.69
HSL10.29º79.55%17.25%-
HSV(B)10.29º88.61%30.98%-
XYZ3.542.220.5-
YUV36.97112.22157.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 72.48%
GREEN value IS 21 (8.59% from 255) = 19.27%
BLUE value IS 9 (3.91% from 255) = 8.26%
R=72.48%
G=19.27%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7921900.730.890.6910.2979.5517.25
Hex4F1590495945a5011
Octal117251101111311051212021
Binary100111110101100101001001101100110001011010101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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