#512528

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

Shades of Lonestar #512528

Tints of Lonestar #512528

Color information

#512528 (or 0x512528) is unknown color: approx Lonestar. HEX triplet: 51, 25 and 28. RGB value is (81,37,40). Sum of RGB (Red+Green+Blue) = 81+37+40=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #512528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512528 is #AEDAD7. Grayscale: #323232. Windows color (decimal): -11459288 or 2630993. OLE color: 2630993.

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

Color convert

RGB813740-
CMYK00.540.510.68
HSL355.91º37.29%23.14%-
HSV(B)355.91º54.32%31.76%-
XYZ4.443.232.4-
YUV50.5122.08149.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=51.27%
G=23.42%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81374000.540.510.68355.9137.2923.14
Hex51252803633441642517
Octal1214550066631045444527
Binary10100011001011010000110110110011100010010110010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512528; }

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

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

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

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

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

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

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

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