#532329

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

Shades of Lonestar #532329

Tints of Lonestar #532329

Color information

#532329 (or 0x532329) is unknown color: approx Lonestar. HEX triplet: 53, 23 and 29. RGB value is (83,35,41). Sum of RGB (Red+Green+Blue) = 83+35+41=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #532329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532329 is #ACDCD6. Grayscale: #323232. Windows color (decimal): -11328727 or 2696019. OLE color: 2696019.

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

Color convert

RGB833541-
CMYK00.580.510.67
HSL352.5º40.68%23.14%-
HSV(B)352.5º57.83%32.55%-
XYZ4.573.22.47-
YUV50.04122.9151.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=52.20%
G=22.01%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83354100.580.510.67352.540.6823.14
Hex53232903A33431602917
Octal1234351072631035405127
Binary10100111000111010010111010110011100001110110000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532329; }

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

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

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

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

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

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

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

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