#512629

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

Shades of Lonestar #512629

Tints of Lonestar #512629

Color information

#512629 (or 0x512629) is unknown color: approx Lonestar. HEX triplet: 51, 26 and 29. RGB value is (81,38,41). Sum of RGB (Red+Green+Blue) = 81+38+41=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #512629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512629 is #AED9D6. Grayscale: #333333. Windows color (decimal): -11459031 or 2696785. OLE color: 2696785.

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

Color convert

RGB813841-
CMYK00.530.490.68
HSL355.81º36.13%23.33%-
HSV(B)355.81º53.09%31.76%-
XYZ4.493.32.5-
YUV51.2122.25149.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.62%
GREEN value IS 38 (15.23% from 255) = 23.75%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=50.62%
G=23.75%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81384100.530.490.68355.8136.1323.33
Hex51262903531441642417
Octal1214651065611045444427
Binary10100011001101010010110101110001100010010110010010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512629; }

 p { color: rgb(81,38,41); }

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

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

 a { background-color: rgb(81,38,41); }

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

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

 span { border-color: rgb(81,38,41); }

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