#512427

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

Shades of Lonestar #512427

Tints of Lonestar #512427

Color information

#512427 (or 0x512427) is unknown color: approx Lonestar. HEX triplet: 51, 24 and 27. RGB value is (81,36,39). Sum of RGB (Red+Green+Blue) = 81+36+39=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #512427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512427 is #AEDBD8. Grayscale: #313131. Windows color (decimal): -11459545 or 2565201. OLE color: 2565201.

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

Color convert

RGB813639-
CMYK00.560.520.68
HSL356º38.46%22.94%-
HSV(B)356º55.56%31.76%-
XYZ4.393.162.3-
YUV49.8121.91150.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.92%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 39 (15.62% from 255) = 25%
R=51.92%
G=23.08%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81363900.560.520.6835638.4622.94
Hex51242703834441642617
Octal1214447070641045444627
Binary10100011001001001110111000110100100010010110010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512427; }

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

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

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

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

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

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

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

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