#512228

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

Shades of Lonestar #512228

Tints of Lonestar #512228

Color information

#512228 (or 0x512228) is unknown color: approx Lonestar. HEX triplet: 51, 22 and 28. RGB value is (81,34,40). Sum of RGB (Red+Green+Blue) = 81+34+40=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #512228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512228 is #AEDDD7. Grayscale: #303030. Windows color (decimal): -11460056 or 2630225. OLE color: 2630225.

HSL color Cylindrical-coordinate representation of color #512228: hue angle of 352.34º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512228 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB813440-
CMYK00.580.510.68
HSL352.34º40.87%22.55%-
HSV(B)352.34º58.02%31.76%-
XYZ4.353.052.37-
YUV48.74123.07151.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=52.26%
G=21.94%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81344000.580.510.68352.3440.8722.55
Hex51222803A33441602917
Octal1214250072631045405127
Binary10100011000101010000111010110011100010010110000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512228; }

 p { color: rgb(81,34,40); }

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

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

 a { background-color: rgb(81,34,40); }

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

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

 span { border-color: rgb(81,34,40); }

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