#532528

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

Shades of Lonestar #532528

Tints of Lonestar #532528

Color information

#532528 (or 0x532528) is unknown color: approx Lonestar. HEX triplet: 53, 25 and 28. RGB value is (83,37,40). Sum of RGB (Red+Green+Blue) = 83+37+40=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #532528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532528 is #ACDAD7. Grayscale: #333333. Windows color (decimal): -11328216 or 2630995. OLE color: 2630995.

HSL color Cylindrical-coordinate representation of color #532528: hue angle of 356.09º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #532528 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB833740-
CMYK00.550.520.67
HSL356.09º38.33%23.53%-
HSV(B)356.09º55.42%32.55%-
XYZ4.613.322.4-
YUV51.1121.74150.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 40 (16.02% from 255) = 25%
R=51.88%
G=23.12%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83374000.550.520.67356.0938.3323.53
Hex53252803734431642618
Octal1234550067641035444630
Binary10100111001011010000110111110100100001110110010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532528; }

 p { color: rgb(83,37,40); }

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

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

 a { background-color: rgb(83,37,40); }

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

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

 span { border-color: rgb(83,37,40); }

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