#512527

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

Shades of Lonestar #512527

Tints of Lonestar #512527

Color information

#512527 (or 0x512527) is unknown color: approx Lonestar. HEX triplet: 51, 25 and 27. RGB value is (81,37,39). Sum of RGB (Red+Green+Blue) = 81+37+39=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #512527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512527 is #AEDAD8. Grayscale: #323232. Windows color (decimal): -11459289 or 2565457. OLE color: 2565457.

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

Color convert

RGB813739-
CMYK00.540.520.68
HSL357.27º37.29%23.14%-
HSV(B)357.27º54.32%31.76%-
XYZ4.423.222.31-
YUV50.38121.58149.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 39 (15.62% from 255) = 24.84%
R=51.59%
G=23.57%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81373900.540.520.68357.2737.2923.14
Hex51252703634441652517
Octal1214547066641045454527
Binary10100011001011001110110110110100100010010110010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512527; }

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

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

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

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

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

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

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

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