Html Css Color HEX #522429 Lonestar

📋 copy color: '#522429'

red 82 ◦ green 36 ◦ blue 41

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

Shades of Lonestar #522429

Tints of Lonestar #522429

RGB

 RED value IS 82 (32.42% from 255) = 51.57%

 GREEN value IS 36 (14.45% from 255) = 22.64%

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

R = 51.57%
G = 22.64%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#522429 (or 0x522429) is known color: Lonestar. HEX triplet: 52, 24 and 29. RGB value is (82,36,41). Sum of RGB (Red+Green+Blue) = 82+36+41=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #522429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522429 is #ADDBD6. Grayscale: #323232. Windows color (decimal): -11394007 or 2696274. OLE color: 2696274.

HSL color Cylindrical-coordinate representation of color #522429: hue angle of 353.48º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #522429 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 36 41 -
CMYK 0 0.56 0.50 0.68
HSL 353.48º 0.39% 0.23% -
HSV(B) 353.48º 0.56% 0.32% -
XYZ 4.51 3.22 2.48 -
YUV 50.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 82 36 41 0 0.56 0.50 0.68 353.48 0.39 0.23
Hex 52 24 29 0 38 32 44 161 27 17
Octal 122 44 51 0 70 62 104 541 47 27
Binary 1010010 100100 101001 0 111000 110010 1000100 101100001 100111 10111

Color Harmonies of #522429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522429

Black with #522429

Text Example


Text Example

White with #522429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522429; }

 p { color: rgb(82,36,41); }

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

background-color css

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

 a { background-color: rgb(82,36,41); }

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

border-color css

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

 span { border-color: rgb(82,36,41); }

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