#532429

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

Shades of Lonestar #532429

Tints of Lonestar #532429

Color information

#532429 (or 0x532429) is unknown color: approx Lonestar. HEX triplet: 53, 24 and 29. RGB value is (83,36,41). Sum of RGB (Red+Green+Blue) = 83+36+41=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #532429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532429 is #ACDBD6. Grayscale: #323232. Windows color (decimal): -11328471 or 2696275. OLE color: 2696275.

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

Color convert

RGB833641-
CMYK00.570.510.67
HSL353.62º39.5%23.33%-
HSV(B)353.62º56.63%32.55%-
XYZ4.63.262.48-
YUV50.62122.57151.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=51.88%
G=22.5%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83364100.570.510.67353.6239.523.33
Hex53242903933431622717
Octal1234451071631035424727
Binary10100111001001010010111001110011100001110110001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532429; }

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

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

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

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

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

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

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

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