#58262B

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

Shades of Lonestar #58262B

Tints of Lonestar #58262B

Color information

#58262B (or 0x58262B) is unknown color: approx Lonestar. HEX triplet: 58, 26 and 2B. RGB value is (88,38,43). Sum of RGB (Red+Green+Blue) = 88+38+43=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #58262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58262B is #A7D9D4. Grayscale: #353535. Windows color (decimal): -11000277 or 2827864. OLE color: 2827864.

HSL color Cylindrical-coordinate representation of color #58262B: hue angle of 354º 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 #58262B is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB883843-
CMYK00.570.510.65
HSL354º39.68%24.71%-
HSV(B)354º56.82%34.51%-
XYZ5.153.642.72-
YUV53.52122.06152.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.07%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=52.07%
G=22.49%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88384300.570.510.6535439.6824.71
Hex58262B03933411622819
Octal1304653071631015425031
Binary10110001001101010110111001110011100000110110001010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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