#4F1E1F

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

Shades of Lonestar #4F1E1F

Tints of Lonestar #4F1E1F

Color information

#4F1E1F (or 0x4F1E1F) is unknown color: approx Lonestar. HEX triplet: 4F, 1E and 1F. RGB value is (79,30,31). Sum of RGB (Red+Green+Blue) = 79+30+31=140 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.43% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1E1F is #B0E1E0. Grayscale: #2C2C2C. Windows color (decimal): -11592161 or 2039375. OLE color: 2039375.

HSL color Cylindrical-coordinate representation of color #4F1E1F: hue angle of 358.78º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F1E1F is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB793031-
CMYK00.620.610.69
HSL358.78º44.95%21.37%-
HSV(B)358.78º62.03%30.98%-
XYZ3.942.691.61-
YUV44.76120.23152.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.43%
GREEN value IS 30 (12.11% from 255) = 21.43%
BLUE value IS 31 (12.5% from 255) = 22.14%
R=56.43%
G=21.43%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79303100.620.610.69358.7844.9521.37
Hex4F1E1F03E3D451672d15
Octal1173637076751055475525
Binary100111111110111110111110111101100010110110011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,30,31); }

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

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

 a { background-color: rgb(79,30,31); }

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

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

 span { border-color: rgb(79,30,31); }

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