Html Css Color HEX #522024 Lonestar

📋 copy color: '#522024'

red 82 ◦ green 32 ◦ blue 36

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

Shades of Lonestar #522024

Tints of Lonestar #522024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.33%

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

R = 54.67%
G = 21.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#522024 (or 0x522024) is known color: Lonestar. HEX triplet: 52, 20 and 24. RGB value is (82,32,36). Sum of RGB (Red+Green+Blue) = 82+32+36=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #522024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522024 is #ADDFDB. Grayscale: #2F2F2F. Windows color (decimal): -11395036 or 2367570. OLE color: 2367570.

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

Color convert

RGB 82 32 36 -
CMYK 0 0.61 0.56 0.68
HSL 355.2º 0.44% 0.22% -
HSV(B) 355.2º 0.61% 0.32% -
XYZ 4.31 2.95 2.01 -
YUV 47.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 82 32 36 0 0.61 0.56 0.68 355.2 0.44 0.22
Hex 52 20 24 0 3D 38 44 163 2C 16
Octal 122 40 44 0 75 70 104 543 54 26
Binary 1010010 100000 100100 0 111101 111000 1000100 101100011 101100 10110

Color Harmonies of #522024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522024

Black with #522024

Text Example


Text Example

White with #522024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522024; }

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

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

background-color css

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

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

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

border-color css

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

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

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