#582728

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

Shades of Lonestar #582728

Tints of Lonestar #582728

Color information

#582728 (or 0x582728) is unknown color: approx Lonestar. HEX triplet: 58, 27 and 28. RGB value is (88,39,40). Sum of RGB (Red+Green+Blue) = 88+39+40=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #582728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582728 is #A7D8D7. Grayscale: #353535. Windows color (decimal): -11000024 or 2631512. OLE color: 2631512.

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

Color convert

RGB883940-
CMYK00.560.550.65
HSL358.78º38.58%24.9%-
HSV(B)358.78º55.68%34.51%-
XYZ5.133.682.45-
YUV53.76120.23152.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.69%
GREEN value IS 39 (15.62% from 255) = 23.35%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=52.69%
G=23.35%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88394000.560.550.65358.7838.5824.9
Hex58272803837411672719
Octal1304750070671015474731
Binary10110001001111010000111000110111100000110110011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582728; }

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

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

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

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

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

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

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

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