#4F0109

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

Shades of Rustic Red #4F0109

Tints of Rustic Red #4F0109

Color information

#4F0109 (or 0x4F0109) is unknown color: approx Rustic Red. HEX triplet: 4F, 01 and 09. RGB value is (79,1,9). Sum of RGB (Red+Green+Blue) = 79+1+9=89 (11% of max value = 765). Red value is 79 (31.25% from 255 or 88.76% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0109 is #B0FEF6. Grayscale: #191919. Windows color (decimal): -11599607 or 590159. OLE color: 590159.

HSL color Cylindrical-coordinate representation of color #4F0109: hue angle of 353.85º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F0109 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB7919-
CMYK00.990.890.69
HSL353.85º97.5%15.69%-
HSV(B)353.85º98.73%30.98%-
XYZ3.281.70.41-
YUV25.23118.84166.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 88.76%
GREEN value IS 1 (0.78% from 255) = 1.12%
BLUE value IS 9 (3.91% from 255) = 10.11%
R=88.76%
G=1.12%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal791900.990.890.69353.8597.515.69
Hex4F1906359451626210
Octal117111014313110554214220
Binary1001111110010110001110110011000101101100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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