#572829

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

Shades of Lonestar #572829

Tints of Lonestar #572829

Color information

#572829 (or 0x572829) is unknown color: approx Lonestar. HEX triplet: 57, 28 and 29. RGB value is (87,40,41). Sum of RGB (Red+Green+Blue) = 87+40+41=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #572829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572829 is #A8D7D6. Grayscale: #363636. Windows color (decimal): -11065303 or 2697303. OLE color: 2697303.

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

Color convert

RGB874041-
CMYK00.540.530.66
HSL358.72º37.01%24.9%-
HSV(B)358.72º54.02%34.12%-
XYZ5.093.72.54-
YUV54.17120.57151.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.79%
GREEN value IS 40 (16.02% from 255) = 23.81%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=51.79%
G=23.81%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87404100.540.530.66358.7237.0124.9
Hex57282903635421672519
Octal1275051066651025474531
Binary10101111010001010010110110110101100001010110011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572829; }

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

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

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

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

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

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

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

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