#58282B

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

Shades of Lonestar #58282B

Tints of Lonestar #58282B

Color information

#58282B (or 0x58282B) is unknown color: approx Lonestar. HEX triplet: 58, 28 and 2B. RGB value is (88,40,43). Sum of RGB (Red+Green+Blue) = 88+40+43=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58282B is #A7D7D4. Grayscale: #363636. Windows color (decimal): -10999765 or 2828376. OLE color: 2828376.

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

Color convert

RGB884043-
CMYK00.550.510.65
HSL356.25º37.5%25.1%-
HSV(B)356.25º54.55%34.51%-
XYZ5.223.772.74-
YUV54.69121.4151.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.46%
GREEN value IS 40 (16.02% from 255) = 23.39%
BLUE value IS 43 (17.19% from 255) = 25.15%
R=51.46%
G=23.39%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88404300.550.510.65356.2537.525.1
Hex58282B03733411642619
Octal1305053067631015444631
Binary10110001010001010110110111110011100000110110010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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