#4F0609

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

Shades of Rustic Red #4F0609

Tints of Rustic Red #4F0609

Color information

#4F0609 (or 0x4F0609) is unknown color: approx Rustic Red. HEX triplet: 4F, 06 and 09. RGB value is (79,6,9). Sum of RGB (Red+Green+Blue) = 79+6+9=94 (12% of max value = 765). Red value is 79 (31.25% from 255 or 84.04% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0609 is #B0F9F6. Grayscale: #1C1C1C. Windows color (decimal): -11598327 or 591439. OLE color: 591439.

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

Color convert

RGB7969-
CMYK00.920.890.69
HSL357.53º85.88%16.67%-
HSV(B)357.53º92.41%30.98%-
XYZ3.341.810.43-
YUV28.17117.18164.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 84.04%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 9 (3.91% from 255) = 9.57%
R=84.04%
G=6.38%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal796900.920.890.69357.5385.8816.67
Hex4F6905C59451665611
Octal117611013413110554612621
Binary100111111010010101110010110011000101101100110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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