#582829

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

Shades of Lonestar #582829

Tints of Lonestar #582829

Color information

#582829 (or 0x582829) is unknown color: approx Lonestar. HEX triplet: 58, 28 and 29. RGB value is (88,40,41). Sum of RGB (Red+Green+Blue) = 88+40+41=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #582829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582829 is #A7D7D6. Grayscale: #363636. Windows color (decimal): -10999767 or 2697304. OLE color: 2697304.

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

Color convert

RGB884041-
CMYK00.550.530.65
HSL358.75º37.5%25.1%-
HSV(B)358.75º54.55%34.51%-
XYZ5.183.752.55-
YUV54.47120.4151.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.07%
GREEN value IS 40 (16.02% from 255) = 23.67%
BLUE value IS 41 (16.41% from 255) = 24.26%
R=52.07%
G=23.67%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88404100.550.530.65358.7537.525.1
Hex58282903735411672619
Octal1305051067651015474631
Binary10110001010001010010110111110101100000110110011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582829; }

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

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

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

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

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

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

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

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