Html Css Color HEX #582829 Lonestar

📋 copy color: '#582829'

red 88 ◦ green 40 ◦ blue 41

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

Shades of Lonestar #582829

Tints of Lonestar #582829

RGB

 RED value IS 88 (34.77% from 255) = 52.07%

 GREEN value IS 40 (16.02% from 255) = 23.67%

 BLUE value IS 41 (16.41% from 255) = 24.26%

R = 52.07%
G = 23.67%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#582829 (or 0x582829) is known color: Lonestar. HEX triplet: 58, 28 and 29. RGB value is (88,40,41). Sum of RGB (Red+Green+Blue) = 88+40+41=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #582829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582829 is #A7D7D6. Grayscale: #363636. Windows color (decimal): -10999767 or 2697304. OLE color: 2697304.

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

Color convert

RGB 88 40 41 -
CMYK 0 0.55 0.53 0.65
HSL 358.75º 0.38% 0.25% -
HSV(B) 358.75º 0.55% 0.35% -
XYZ 5.18 3.75 2.55 -
YUV 54.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 88 40 41 0 0.55 0.53 0.65 358.75 0.38 0.25
Hex 58 28 29 0 37 35 41 167 26 19
Octal 130 50 51 0 67 65 101 547 46 31
Binary 1011000 101000 101001 0 110111 110101 1000001 101100111 100110 11001

Color Harmonies of #582829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582829

Black with #582829

Text Example


Text Example

White with #582829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582829; }

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

 H1.HeaderClassName
 {
   color: #582829;
 }
 .AnyTagClassName
 {
   color: #582829;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #582829;
 }
 .BgClassName
 {
   background-color: #582829;
 }
</style>

border-color css

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

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

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