Html Css Color HEX #58292A Lonestar

📋 copy color: '#58292A'

red 88 ◦ green 41 ◦ blue 42

#58292A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lonestar #58292A

Tints of Lonestar #58292A

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.8% from 255) = 24.56%

R = 51.46%
G = 23.98%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58292A (or 0x58292A) is known color: 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

RGB 88 41 42 -
CMYK 0 0.53 0.52 0.65
HSL 358.72º 0.36% 0.25% -
HSV(B) 358.72º 0.53% 0.35% -
XYZ 5.24 3.83 2.65 -
YUV 55.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 88 41 42 0 0.53 0.52 0.65 358.72 0.36 0.25
Hex 58 29 2A 0 35 34 41 167 24 19
Octal 130 51 52 0 65 64 101 547 44 31
Binary 1011000 101001 101010 0 110101 110100 1000001 101100111 100100 11001

Color Harmonies of #58292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58292A

Black with #58292A

Text Example


Text Example

White with #58292A

Text Example


Text Example

HTML Codes & Css Web 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>