#4F0710

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

Shades of Rustic Red #4F0710

Tints of Rustic Red #4F0710

Color information

#4F0710 (or 0x4F0710) is unknown color: approx Rustic Red. HEX triplet: 4F, 07 and 10. RGB value is (79,7,16). Sum of RGB (Red+Green+Blue) = 79+7+16=102 (13% of max value = 765). Red value is 79 (31.25% from 255 or 77.45% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0710 is #B0F8EF. Grayscale: #1D1D1D. Windows color (decimal): -11598064 or 1050447. OLE color: 1050447.

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

Color convert

RGB79716-
CMYK00.910.800.69
HSL352.5º83.72%16.86%-
HSV(B)352.5º91.14%30.98%-
XYZ3.391.850.67-
YUV29.55120.35163.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 77.45%
GREEN value IS 7 (3.12% from 255) = 6.86%
BLUE value IS 16 (6.64% from 255) = 15.69%
R=77.45%
G=6.86%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7971600.910.800.69352.583.7216.86
Hex4F71005B50451605411
Octal117720013312010554012421
Binary1001111111100000101101110100001000101101100000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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