#4F090B

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

Shades of Rustic Red #4F090B

Tints of Rustic Red #4F090B

Color information

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

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

Color convert

RGB79911-
CMYK00.890.860.69
HSL358.29º79.55%17.25%-
HSV(B)358.29º88.61%30.98%-
XYZ3.381.880.5-
YUV30.16117.19162.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7991100.890.860.69358.2979.5517.25
Hex4F9B05956451665011
Octal1171113013112610554612021
Binary1001111100110110101100110101101000101101100110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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