Html Css Color HEX #522225 Lonestar

📋 copy color: '#522225'

red 82 ◦ green 34 ◦ blue 37

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

Shades of Lonestar #522225

Tints of Lonestar #522225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.22%

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

R = 53.59%
G = 22.22%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#522225 (or 0x522225) is known color: Lonestar. HEX triplet: 52, 22 and 25. RGB value is (82,34,37). Sum of RGB (Red+Green+Blue) = 82+34+37=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #522225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522225 is #ADDDDA. Grayscale: #303030. Windows color (decimal): -11394523 or 2433618. OLE color: 2433618.

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

Color convert

RGB 82 34 37 -
CMYK 0 0.59 0.55 0.68
HSL 356.25º 0.41% 0.23% -
HSV(B) 356.25º 0.59% 0.32% -
XYZ 4.39 3.07 2.11 -
YUV 48.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 82 34 37 0 0.59 0.55 0.68 356.25 0.41 0.23
Hex 52 22 25 0 3B 37 44 164 29 17
Octal 122 42 45 0 73 67 104 544 51 27
Binary 1010010 100010 100101 0 111011 110111 1000100 101100100 101001 10111

Color Harmonies of #522225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522225

Black with #522225

Text Example


Text Example

White with #522225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522225; }

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

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

background-color css

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

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

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

border-color css

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

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

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