#4F0005

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

Shades of Rustic Red #4F0005

Tints of Rustic Red #4F0005

Color information

#4F0005 (or 0x4F0005) is unknown color: approx Rustic Red. HEX triplet: 4F, 00 and 05. RGB value is (79,0,5). Sum of RGB (Red+Green+Blue) = 79+0+5=84 (11% of max value = 765). Red value is 79 (31.25% from 255 or 94.05% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0005 is #B0FFFA. Grayscale: #181818. Windows color (decimal): -11599867 or 327759. OLE color: 327759.

HSL color Cylindrical-coordinate representation of color #4F0005: hue angle of 356.2º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F0005 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB7905-
CMYK010.940.69
HSL356.2º100%15.49%-
HSV(B)356.2º100%30.98%-
XYZ3.251.670.3-
YUV24.19117.17167.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 94.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 5.95%
R=94.05%
G=0%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7905010.940.69356.210015.49
Hex4F050645E4516464f
Octal11705014413610554414417
Binary10011110101011001001011110100010110110010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,0,5); }

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

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

 a { background-color: rgb(79,0,5); }

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

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

 span { border-color: rgb(79,0,5); }

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