#58292A

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

Shades of Lonestar #58292A

Tints of Lonestar #58292A

Color information

#58292A (or 0x58292A) is unknown color: approx Lonestar. HEX triplet: 58, 29 and 2A. RGB value is (88,41,42). Sum of RGB (Red+Green+Blue) = 88+41+42=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58292A is #A7D6D5. Grayscale: #373737. Windows color (decimal): -10999510 or 2763096. OLE color: 2763096.

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

Color convert

RGB884142-
CMYK00.530.520.65
HSL358.72º36.43%25.29%-
HSV(B)358.72º53.41%34.51%-
XYZ5.243.832.65-
YUV55.17120.57151.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.46%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=51.46%
G=23.98%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88414200.530.520.65358.7236.4325.29
Hex58292A03534411672419
Octal1305152065641015474431
Binary10110001010011010100110101110100100000110110011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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