#4E1E1F

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

Shades of Lonestar #4E1E1F

Tints of Lonestar #4E1E1F

Color information

#4E1E1F (or 0x4E1E1F) is unknown color: approx Lonestar. HEX triplet: 4E, 1E and 1F. RGB value is (78,30,31). Sum of RGB (Red+Green+Blue) = 78+30+31=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1E1F is #B1E1E0. Grayscale: #2C2C2C. Windows color (decimal): -11657697 or 2039374. OLE color: 2039374.

HSL color Cylindrical-coordinate representation of color #4E1E1F: hue angle of 358.75º degrees, saturation: 0.44, 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 #4E1E1F is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB783031-
CMYK00.620.600.69
HSL358.75º44.44%21.18%-
HSV(B)358.75º61.54%30.59%-
XYZ3.852.651.6-
YUV44.47120.4151.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 56.12%
GREEN value IS 30 (12.11% from 255) = 21.58%
BLUE value IS 31 (12.5% from 255) = 22.30%
R=56.12%
G=21.58%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78303100.620.600.69358.7544.4421.18
Hex4E1E1F03E3C451672c15
Octal1163637076741055475425
Binary100111011110111110111110111100100010110110011110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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