#4F040B

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

Shades of Rustic Red #4F040B

Tints of Rustic Red #4F040B

Color information

#4F040B (or 0x4F040B) is unknown color: approx Rustic Red. HEX triplet: 4F, 04 and 0B. RGB value is (79,4,11). Sum of RGB (Red+Green+Blue) = 79+4+11=94 (12% of max value = 765). Red value is 79 (31.25% from 255 or 84.04% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 79 - color contains mainly: red. Hex color #4F040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F040B is #B0FBF4. Grayscale: #1B1B1B. Windows color (decimal): -11598837 or 721999. OLE color: 721999.

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

Color convert

RGB79411-
CMYK00.950.860.69
HSL354.4º90.36%16.27%-
HSV(B)354.4º94.94%30.98%-
XYZ3.331.770.48-
YUV27.22118.85164.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 84.04%
GREEN value IS 4 (1.95% from 255) = 4.26%
BLUE value IS 11 (4.69% from 255) = 11.70%
R=84.04%
G=4.26%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7941100.950.860.69354.490.3616.27
Hex4F4B05F56451625a10
Octal117413013712610554213220
Binary100111110010110101111110101101000101101100010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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