Html Css Color HEX #58272A Lonestar

📋 copy color: '#58272A'

red 88 ◦ green 39 ◦ blue 42

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

Shades of Lonestar #58272A

Tints of Lonestar #58272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.08%

 BLUE value IS 42 (16.8% from 255) = 24.85%

R = 52.07%
G = 23.08%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58272A (or 0x58272A) is known color: Lonestar. HEX triplet: 58, 27 and 2A. RGB value is (88,39,42). Sum of RGB (Red+Green+Blue) = 88+39+42=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #58272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58272A is #A7D8D5. Grayscale: #363636. Windows color (decimal): -11000022 or 2762584. OLE color: 2762584.

HSL color Cylindrical-coordinate representation of color #58272A: hue angle of 356.33º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58272A is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 39 42 -
CMYK 0 0.56 0.52 0.65
HSL 356.33º 0.39% 0.25% -
HSV(B) 356.33º 0.56% 0.35% -
XYZ 5.17 3.69 2.63 -
YUV 53.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 88 39 42 0 0.56 0.52 0.65 356.33 0.39 0.25
Hex 58 27 2A 0 38 34 41 164 27 19
Octal 130 47 52 0 70 64 101 544 47 31
Binary 1011000 100111 101010 0 111000 110100 1000001 101100100 100111 11001

Color Harmonies of #58272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58272A

Black with #58272A

Text Example


Text Example

White with #58272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58272A; }

 p { color: rgb(88,39,42); }

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

background-color css

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

 a { background-color: rgb(88,39,42); }

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

border-color css

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

 span { border-color: rgb(88,39,42); }

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