Html Css Color HEX #522425 Lonestar

📋 copy color: '#522425'

red 82 ◦ green 36 ◦ blue 37

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

Shades of Lonestar #522425

Tints of Lonestar #522425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.87%

R = 52.9%
G = 23.23%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#522425 (or 0x522425) is known color: Lonestar. HEX triplet: 52, 24 and 25. RGB value is (82,36,37). Sum of RGB (Red+Green+Blue) = 82+36+37=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #522425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522425 is #ADDBDA. Grayscale: #313131. Windows color (decimal): -11394011 or 2434130. OLE color: 2434130.

HSL color Cylindrical-coordinate representation of color #522425: hue angle of 358.7º 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 #522425 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 36 37 -
CMYK 0 0.56 0.55 0.68
HSL 358.7º 0.39% 0.23% -
HSV(B) 358.7º 0.56% 0.32% -
XYZ 4.44 3.19 2.13 -
YUV 49.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 82 36 37 0 0.56 0.55 0.68 358.7 0.39 0.23
Hex 52 24 25 0 38 37 44 167 27 17
Octal 122 44 45 0 70 67 104 547 47 27
Binary 1010010 100100 100101 0 111000 110111 1000100 101100111 100111 10111

Color Harmonies of #522425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522425

Black with #522425

Text Example


Text Example

White with #522425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522425; }

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

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

background-color css

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

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

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

border-color css

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

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

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