#58262A

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

Shades of Lonestar #58262A

Tints of Lonestar #58262A

Color information

#58262A (or 0x58262A) is unknown color: approx Lonestar. HEX triplet: 58, 26 and 2A. RGB value is (88,38,42). Sum of RGB (Red+Green+Blue) = 88+38+42=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58262A is #A7D9D5. Grayscale: #353535. Windows color (decimal): -11000278 or 2762328. OLE color: 2762328.

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

Color convert

RGB883842-
CMYK00.570.520.65
HSL355.2º39.68%24.71%-
HSV(B)355.2º56.82%34.51%-
XYZ5.143.632.62-
YUV53.41121.56152.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 42 (16.80% from 255) = 25%
R=52.38%
G=22.62%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88384200.570.520.65355.239.6824.71
Hex58262A03934411632819
Octal1304652071641015435031
Binary10110001001101010100111001110100100000110110001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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