#57292A

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

Shades of Lonestar #57292A

Tints of Lonestar #57292A

Color information

#57292A (or 0x57292A) is unknown color: approx Lonestar. HEX triplet: 57, 29 and 2A. RGB value is (87,41,42). Sum of RGB (Red+Green+Blue) = 87+41+42=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #57292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57292A is #A8D6D5. Grayscale: #363636. Windows color (decimal): -11065046 or 2763095. OLE color: 2763095.

HSL color Cylindrical-coordinate representation of color #57292A: hue angle of 358.7º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57292A is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB874142-
CMYK00.530.520.66
HSL358.7º35.94%25.1%-
HSV(B)358.7º52.87%34.12%-
XYZ5.143.782.65-
YUV54.87120.74150.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.18%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=51.18%
G=24.12%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87414200.530.520.66358.735.9425.1
Hex57292A03534421672419
Octal1275152065641025474431
Binary10101111010011010100110101110100100001010110011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57292A; }

 p { color: rgb(87,41,42); }

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

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

 a { background-color: rgb(87,41,42); }

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

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

 span { border-color: rgb(87,41,42); }

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