#4D1D1E

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

Shades of Lonestar #4D1D1E

Tints of Lonestar #4D1D1E

Color information

#4D1D1E (or 0x4D1D1E) is unknown color: approx Lonestar. HEX triplet: 4D, 1D and 1E. RGB value is (77,29,30). Sum of RGB (Red+Green+Blue) = 77+29+30=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1D1E is #B2E2E1. Grayscale: #2B2B2B. Windows color (decimal): -11723490 or 1973581. OLE color: 1973581.

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

Color convert

RGB772930-
CMYK00.620.610.70
HSL358.75º45.28%20.78%-
HSV(B)358.75º62.34%30.2%-
XYZ3.732.551.52-
YUV43.47120.4151.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 56.62%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=56.62%
G=21.32%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77293000.620.610.70358.7545.2820.78
Hex4D1D1E03E3D461672d15
Octal1153536076751065475525
Binary100110111101111100111110111101100011010110011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,29,30); }

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

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

 a { background-color: rgb(77,29,30); }

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

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

 span { border-color: rgb(77,29,30); }

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