#4F1112

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

Shades of Rustic Red #4F1112

Tints of Rustic Red #4F1112

Color information

#4F1112 (or 0x4F1112) is unknown color: approx Rustic Red. HEX triplet: 4F, 11 and 12. RGB value is (79,17,18). Sum of RGB (Red+Green+Blue) = 79+17+18=114 (15% of max value = 765). Red value is 79 (31.25% from 255 or 69.30% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1112 is #B0EEED. Grayscale: #232323. Windows color (decimal): -11595502 or 1184079. OLE color: 1184079.

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

Color convert

RGB791718-
CMYK00.780.770.69
HSL359.03º64.58%18.82%-
HSV(B)359.03º78.48%30.98%-
XYZ3.532.110.79-
YUV35.65118.04158.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 69.30%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 18 (7.42% from 255) = 15.79%
R=69.30%
G=14.91%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79171800.780.770.69359.0364.5818.82
Hex4F111204E4D451674113
Octal1172122011611510554710123
Binary100111110001100100100111010011011000101101100111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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