#512225

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

Shades of Lonestar #512225

Tints of Lonestar #512225

Color information

#512225 (or 0x512225) is unknown color: approx Lonestar. HEX triplet: 51, 22 and 25. RGB value is (81,34,37). Sum of RGB (Red+Green+Blue) = 81+34+37=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #512225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512225 is #AEDDDA. Grayscale: #303030. Windows color (decimal): -11460059 or 2433617. OLE color: 2433617.

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

Color convert

RGB813437-
CMYK00.580.540.68
HSL356.17º40.87%22.55%-
HSV(B)356.17º58.02%31.76%-
XYZ4.33.032.11-
YUV48.4121.57151.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.29%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=53.29%
G=22.37%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81343700.580.540.68356.1740.8722.55
Hex51222503A36441642917
Octal1214245072661045445127
Binary10100011000101001010111010110110100010010110010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512225; }

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

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

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

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

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

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

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

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