#4F040D

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

Shades of Rustic Red #4F040D

Tints of Rustic Red #4F040D

Color information

#4F040D (or 0x4F040D) is unknown color: approx Rustic Red. HEX triplet: 4F, 04 and 0D. RGB value is (79,4,13). Sum of RGB (Red+Green+Blue) = 79+4+13=96 (12% of max value = 765). Red value is 79 (31.25% from 255 or 82.29% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 79 - color contains mainly: red. Hex color #4F040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F040D is #B0FBF2. Grayscale: #1B1B1B. Windows color (decimal): -11598835 or 853071. OLE color: 853071.

HSL color Cylindrical-coordinate representation of color #4F040D: hue angle of 352.8º 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 #4F040D is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB79413-
CMYK00.950.840.69
HSL352.8º90.36%16.27%-
HSV(B)352.8º94.94%30.98%-
XYZ3.341.780.55-
YUV27.45119.85164.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 82.29%
GREEN value IS 4 (1.95% from 255) = 4.17%
BLUE value IS 13 (5.47% from 255) = 13.54%
R=82.29%
G=4.17%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7941300.950.840.69352.890.3616.27
Hex4F4D05F54451615a10
Octal117415013712410554113220
Binary100111110011010101111110101001000101101100001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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