#522228

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

Shades of Lonestar #522228

Tints of Lonestar #522228

Color information

#522228 (or 0x522228) is unknown color: approx Lonestar. HEX triplet: 52, 22 and 28. RGB value is (82,34,40). Sum of RGB (Red+Green+Blue) = 82+34+40=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #522228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522228 is #ADDDD7. Grayscale: #313131. Windows color (decimal): -11394520 or 2630226. OLE color: 2630226.

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

Color convert

RGB823440-
CMYK00.590.510.68
HSL352.5º41.38%22.75%-
HSV(B)352.5º58.54%32.16%-
XYZ4.433.092.37-
YUV49.04122.9151.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 40 (16.02% from 255) = 25.64%
R=52.56%
G=21.79%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82344000.590.510.68352.541.3822.75
Hex52222803B33441602917
Octal1224250073631045405127
Binary10100101000101010000111011110011100010010110000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522228; }

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

 H1.HeaderClassName
 {
   color: #522228;
 }
 .AnyTagClassName
 {
   color: #522228;
 }
</style>
background-color css

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

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

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

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

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

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