#512425

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

Shades of Lonestar #512425

Tints of Lonestar #512425

Color information

#512425 (or 0x512425) is unknown color: approx Lonestar. HEX triplet: 51, 24 and 25. RGB value is (81,36,37). Sum of RGB (Red+Green+Blue) = 81+36+37=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #512425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512425 is #AEDBDA. Grayscale: #313131. Windows color (decimal): -11459547 or 2434129. OLE color: 2434129.

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

Color convert

RGB813637-
CMYK00.560.540.68
HSL358.67º38.46%22.94%-
HSV(B)358.67º55.56%31.76%-
XYZ4.363.142.13-
YUV49.57120.91150.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 37 (14.84% from 255) = 24.03%
R=52.60%
G=23.38%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81363700.560.540.68358.6738.4622.94
Hex51242503836441672617
Octal1214445070661045474627
Binary10100011001001001010111000110110100010010110011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512425; }

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

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

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

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

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

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

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

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