#522429

Color #522429 Lonestar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lonestar #522429

Tints of Lonestar #522429

Color information

#522429 (or 0x522429) is unknown color: approx 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

RGB823641-
CMYK00.560.500.68
HSL353.48º38.98%23.14%-
HSV(B)353.48º56.1%32.16%-
XYZ4.513.222.48-
YUV50.32122.74150.59-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82364100.560.500.68353.4838.9823.14
Hex52242903832441612717
Octal1224451070621045414727
Binary10100101001001010010111000110010100010010110000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>