Html Css Color HEX #572629 Lonestar

📋 copy color: '#572629'

red 87 ◦ green 38 ◦ blue 41

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

Shades of Lonestar #572629

Tints of Lonestar #572629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.89%

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

R = 52.41%
G = 22.89%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#572629 (or 0x572629) is known color: Lonestar. HEX triplet: 57, 26 and 29. RGB value is (87,38,41). Sum of RGB (Red+Green+Blue) = 87+38+41=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #572629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572629 is #A8D9D6. Grayscale: #353535. Windows color (decimal): -11065815 or 2696791. OLE color: 2696791.

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

Color convert

RGB 87 38 41 -
CMYK 0 0.56 0.53 0.66
HSL 356.33º 0.39% 0.25% -
HSV(B) 356.33º 0.56% 0.34% -
XYZ 5.02 3.57 2.52 -
YUV 52.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 87 38 41 0 0.56 0.53 0.66 356.33 0.39 0.25
Hex 57 26 29 0 38 35 42 164 27 19
Octal 127 46 51 0 70 65 102 544 47 31
Binary 1010111 100110 101001 0 111000 110101 1000010 101100100 100111 11001

Color Harmonies of #572629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572629

Black with #572629

Text Example


Text Example

White with #572629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572629; }

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

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

background-color css

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

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

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

border-color css

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

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

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