#4F070B

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

Shades of Rustic Red #4F070B

Tints of Rustic Red #4F070B

Color information

#4F070B (or 0x4F070B) is unknown color: approx Rustic Red. HEX triplet: 4F, 07 and 0B. RGB value is (79,7,11). Sum of RGB (Red+Green+Blue) = 79+7+11=97 (12% of max value = 765). Red value is 79 (31.25% from 255 or 81.44% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 79 - color contains mainly: red. Hex color #4F070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F070B is #B0F8F4. Grayscale: #1D1D1D. Windows color (decimal): -11598069 or 722767. OLE color: 722767.

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

Color convert

RGB79711-
CMYK00.910.860.69
HSL356.67º83.72%16.86%-
HSV(B)356.67º91.14%30.98%-
XYZ3.361.840.49-
YUV28.98117.85163.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 81.44%
GREEN value IS 7 (3.12% from 255) = 7.22%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=81.44%
G=7.22%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7971100.910.860.69356.6783.7216.86
Hex4F7B05B56451655411
Octal117713013312610554512421
Binary100111111110110101101110101101000101101100101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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