#532223

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

Shades of Lonestar #532223

Tints of Lonestar #532223

Color information

#532223 (or 0x532223) is unknown color: approx Lonestar. HEX triplet: 53, 22 and 23. RGB value is (83,34,35). Sum of RGB (Red+Green+Blue) = 83+34+35=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #532223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532223 is #ACDDDC. Grayscale: #303030. Windows color (decimal): -11328989 or 2302547. OLE color: 2302547.

HSL color Cylindrical-coordinate representation of color #532223: hue angle of 358.78º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532223 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB833435-
CMYK00.590.580.67
HSL358.78º41.88%22.94%-
HSV(B)358.78º59.04%32.55%-
XYZ4.443.11.96-
YUV48.76120.23152.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.61%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 35 (14.06% from 255) = 23.03%
R=54.61%
G=22.37%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83343500.590.580.67358.7841.8822.94
Hex53222303B3A431672a17
Octal1234243073721035475227
Binary10100111000101000110111011111010100001110110011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532223; }

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

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

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

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

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

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

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

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