#512627

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

Shades of Lonestar #512627

Tints of Lonestar #512627

Color information

#512627 (or 0x512627) is unknown color: approx Lonestar. HEX triplet: 51, 26 and 27. RGB value is (81,38,39). Sum of RGB (Red+Green+Blue) = 81+38+39=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #512627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512627 is #AED9D8. Grayscale: #333333. Windows color (decimal): -11459033 or 2565713. OLE color: 2565713.

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

Color convert

RGB813839-
CMYK00.530.520.68
HSL358.6º36.13%23.33%-
HSV(B)358.6º53.09%31.76%-
XYZ4.453.282.32-
YUV50.97121.25149.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=51.27%
G=24.05%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81383900.530.520.68358.636.1323.33
Hex51262703534441672417
Octal1214647065641045474427
Binary10100011001101001110110101110100100010010110011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512627; }

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

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

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

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

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

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

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

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