#512125

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

Shades of Lonestar #512125

Tints of Lonestar #512125

Color information

#512125 (or 0x512125) is unknown color: approx Lonestar. HEX triplet: 51, 21 and 25. RGB value is (81,33,37). Sum of RGB (Red+Green+Blue) = 81+33+37=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #512125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512125 is #AEDEDA. Grayscale: #2F2F2F. Windows color (decimal): -11460315 or 2433361. OLE color: 2433361.

HSL color Cylindrical-coordinate representation of color #512125: hue angle of 355º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #512125 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB813337-
CMYK00.590.540.68
HSL355º42.11%22.35%-
HSV(B)355º59.26%31.76%-
XYZ4.272.972.1-
YUV47.81121.9151.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.64%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=53.64%
G=21.85%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81333700.590.540.6835542.1122.35
Hex51212503B36441632a16
Octal1214145073661045435226
Binary10100011000011001010111011110110100010010110001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512125; }

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

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

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

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

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

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

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

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