Html Css Color HEX #522324 Lonestar

📋 copy color: '#522324'

red 82 ◦ green 35 ◦ blue 36

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

Shades of Lonestar #522324

Tints of Lonestar #522324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.88%

 BLUE value IS 36 (14.45% from 255) = 23.53%

R = 53.59%
G = 22.88%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#522324 (or 0x522324) is known color: Lonestar. HEX triplet: 52, 23 and 24. RGB value is (82,35,36). Sum of RGB (Red+Green+Blue) = 82+35+36=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #522324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522324 is #ADDCDB. Grayscale: #313131. Windows color (decimal): -11394268 or 2368338. OLE color: 2368338.

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

Color convert

RGB 82 35 36 -
CMYK 0 0.57 0.56 0.68
HSL 358.72º 0.4% 0.23% -
HSV(B) 358.72º 0.57% 0.32% -
XYZ 4.4 3.12 2.04 -
YUV 49.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 82 35 36 0 0.57 0.56 0.68 358.72 0.4 0.23
Hex 52 23 24 0 39 38 44 167 28 17
Octal 122 43 44 0 71 70 104 547 50 27
Binary 1010010 100011 100100 0 111001 111000 1000100 101100111 101000 10111

Color Harmonies of #522324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522324

Black with #522324

Text Example


Text Example

White with #522324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522324; }

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

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

background-color css

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

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

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

border-color css

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

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

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