Html Css Color HEX #572529 Lonestar

📋 copy color: '#572529'

red 87 ◦ green 37 ◦ blue 41

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

Shades of Lonestar #572529

Tints of Lonestar #572529

RGB

 RED value IS 87 (34.38% from 255) = 52.73%

 GREEN value IS 37 (14.84% from 255) = 22.42%

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

R = 52.73%
G = 22.42%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#572529 (or 0x572529) is known color: Lonestar. HEX triplet: 57, 25 and 29. RGB value is (87,37,41). Sum of RGB (Red+Green+Blue) = 87+37+41=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #572529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572529 is #A8DAD6. Grayscale: #343434. Windows color (decimal): -11066071 or 2696535. OLE color: 2696535.

HSL color Cylindrical-coordinate representation of color #572529: hue angle of 355.2º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #572529 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 37 41 -
CMYK 0 0.57 0.53 0.66
HSL 355.2º 0.4% 0.24% -
HSV(B) 355.2º 0.57% 0.34% -
XYZ 4.99 3.51 2.51 -
YUV 52.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 87 37 41 0 0.57 0.53 0.66 355.2 0.4 0.24
Hex 57 25 29 0 39 35 42 163 28 18
Octal 127 45 51 0 71 65 102 543 50 30
Binary 1010111 100101 101001 0 111001 110101 1000010 101100011 101000 11000

Color Harmonies of #572529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572529

Black with #572529

Text Example


Text Example

White with #572529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572529; }

 p { color: rgb(87,37,41); }

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

background-color css

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

 a { background-color: rgb(87,37,41); }

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

border-color css

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

 span { border-color: rgb(87,37,41); }

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