#532529

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

Shades of Lonestar #532529

Tints of Lonestar #532529

Color information

#532529 (or 0x532529) is unknown color: approx Lonestar. HEX triplet: 53, 25 and 29. RGB value is (83,37,41). Sum of RGB (Red+Green+Blue) = 83+37+41=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #532529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532529 is #ACDAD6. Grayscale: #333333. Windows color (decimal): -11328215 or 2696531. OLE color: 2696531.

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

Color convert

RGB833741-
CMYK00.550.510.67
HSL354.78º38.33%23.53%-
HSV(B)354.78º55.42%32.55%-
XYZ4.633.322.5-
YUV51.21122.24150.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 41 (16.41% from 255) = 25.47%
R=51.55%
G=22.98%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83374100.550.510.67354.7838.3323.53
Hex53252903733431632618
Octal1234551067631035434630
Binary10100111001011010010110111110011100001110110001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532529; }

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

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

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

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

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

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

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

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