#512223

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

Shades of Lonestar #512223

Tints of Lonestar #512223

Color information

#512223 (or 0x512223) is unknown color: approx Lonestar. HEX triplet: 51, 22 and 23. RGB value is (81,34,35). Sum of RGB (Red+Green+Blue) = 81+34+35=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #512223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512223 is #AEDDDC. Grayscale: #303030. Windows color (decimal): -11460061 or 2302545. OLE color: 2302545.

HSL color Cylindrical-coordinate representation of color #512223: hue angle of 358.72º 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 #512223 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB813435-
CMYK00.580.570.68
HSL358.72º40.87%22.55%-
HSV(B)358.72º58.02%31.76%-
XYZ4.273.011.95-
YUV48.17120.57151.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54%
GREEN value IS 34 (13.67% from 255) = 22.67%
BLUE value IS 35 (14.06% from 255) = 23.33%
R=54%
G=22.67%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81343500.580.570.68358.7240.8722.55
Hex51222303A39441672917
Octal1214243072711045475127
Binary10100011000101000110111010111001100010010110011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512223; }

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

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

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

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

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

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

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

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