#582729

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

Shades of Lonestar #582729

Tints of Lonestar #582729

Color information

#582729 (or 0x582729) is unknown color: approx Lonestar. HEX triplet: 58, 27 and 29. RGB value is (88,39,41). Sum of RGB (Red+Green+Blue) = 88+39+41=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #582729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582729 is #A7D8D6. Grayscale: #353535. Windows color (decimal): -11000023 or 2697048. OLE color: 2697048.

HSL color Cylindrical-coordinate representation of color #582729: hue angle of 357.55º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #582729 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB883941-
CMYK00.560.530.65
HSL357.55º38.58%24.9%-
HSV(B)357.55º55.68%34.51%-
XYZ5.153.692.54-
YUV53.88120.73152.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=52.38%
G=23.21%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88394100.560.530.65357.5538.5824.9
Hex58272903835411662719
Octal1304751070651015464731
Binary10110001001111010010111000110101100000110110011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582729; }

 p { color: rgb(88,39,41); }

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

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

 a { background-color: rgb(88,39,41); }

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

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

 span { border-color: rgb(88,39,41); }

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