#512327

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

Shades of Lonestar #512327

Tints of Lonestar #512327

Color information

#512327 (or 0x512327) is unknown color: approx Lonestar. HEX triplet: 51, 23 and 27. RGB value is (81,35,39). Sum of RGB (Red+Green+Blue) = 81+35+39=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #512327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512327 is #AEDCD8. Grayscale: #313131. Windows color (decimal): -11459801 or 2564945. OLE color: 2564945.

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

Color convert

RGB813539-
CMYK00.570.520.68
HSL354.78º39.66%22.75%-
HSV(B)354.78º56.79%31.76%-
XYZ4.363.12.29-
YUV49.21122.24150.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=52.26%
G=22.58%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81353900.570.520.68354.7839.6622.75
Hex51232703934441632817
Octal1214347071641045435027
Binary10100011000111001110111001110100100010010110001110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512327; }

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

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

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

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

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

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

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

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