#4F090C

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

Shades of Rustic Red #4F090C

Tints of Rustic Red #4F090C

Color information

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

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

Color convert

RGB79912-
CMYK00.890.850.69
HSL357.43º79.55%17.25%-
HSV(B)357.43º88.61%30.98%-
XYZ3.391.880.53-
YUV30.27117.69162.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7991200.890.850.69357.4379.5517.25
Hex4F9C05955451655011
Octal1171114013112510554512021
Binary1001111100111000101100110101011000101101100101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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