Html Css Color HEX #58262A Lonestar

📋 copy color: '#58262A'

red 88 ◦ green 38 ◦ blue 42

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

Shades of Lonestar #58262A

Tints of Lonestar #58262A

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

R = 52.38%
G = 22.62%
B = 25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 88 38 42 -
CMYK 0 0.57 0.52 0.65
HSL 355.2º 0.4% 0.25% -
HSV(B) 355.2º 0.57% 0.35% -
XYZ 5.14 3.63 2.62 -
YUV 53.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 88 38 42 0 0.57 0.52 0.65 355.2 0.4 0.25
Hex 58 26 2A 0 39 34 41 163 28 19
Octal 130 46 52 0 71 64 101 543 50 31
Binary 1011000 100110 101010 0 111001 110100 1000001 101100011 101000 11001

Color Harmonies of #58262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58262A

Black with #58262A

Text Example


Text Example

White with #58262A

Text Example


Text Example

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