#522223

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

Shades of Lonestar #522223

Tints of Lonestar #522223

Color information

#522223 (or 0x522223) is unknown color: approx Lonestar. HEX triplet: 52, 22 and 23. RGB value is (82,34,35). Sum of RGB (Red+Green+Blue) = 82+34+35=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #522223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522223 is #ADDDDC. Grayscale: #303030. Windows color (decimal): -11394525 or 2302546. OLE color: 2302546.

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

Color convert

RGB823435-
CMYK00.590.570.68
HSL358.75º41.38%22.75%-
HSV(B)358.75º58.54%32.16%-
XYZ4.363.061.95-
YUV48.47120.4151.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 54.30%
GREEN value IS 34 (13.67% from 255) = 22.52%
BLUE value IS 35 (14.06% from 255) = 23.18%
R=54.30%
G=22.52%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82343500.590.570.68358.7541.3822.75
Hex52222303B39441672917
Octal1224243073711045475127
Binary10100101000101000110111011111001100010010110011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522223; }

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

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

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

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

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

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

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

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