#4F0D11

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

Shades of Rustic Red #4F0D11

Tints of Rustic Red #4F0D11

Color information

#4F0D11 (or 0x4F0D11) is unknown color: approx Rustic Red. HEX triplet: 4F, 0D and 11. RGB value is (79,13,17). Sum of RGB (Red+Green+Blue) = 79+13+17=109 (14% of max value = 765). Red value is 79 (31.25% from 255 or 72.48% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0D11 is #B0F2EE. Grayscale: #212121. Windows color (decimal): -11596527 or 1117519. OLE color: 1117519.

HSL color Cylindrical-coordinate representation of color #4F0D11: hue angle of 356.36º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F0D11 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB791317-
CMYK00.840.780.69
HSL356.36º71.74%18.04%-
HSV(B)356.36º83.54%30.98%-
XYZ3.471.990.73-
YUV33.19118.87160.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 72.48%
GREEN value IS 13 (5.47% from 255) = 11.93%
BLUE value IS 17 (7.03% from 255) = 15.60%
R=72.48%
G=11.93%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79131700.840.780.69356.3671.7418.04
Hex4FD110544E451644812
Octal1171521012411610554411022
Binary10011111101100010101010010011101000101101100100100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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