Html Css Color HEX #532429 Lonestar

📋 copy color: '#532429'

red 83 ◦ green 36 ◦ blue 41

#532429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lonestar #532429

Tints of Lonestar #532429

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.63%

R = 51.88%
G = 22.5%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#532429 (or 0x532429) is known color: 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

RGB 83 36 41 -
CMYK 0 0.57 0.51 0.67
HSL 353.62º 0.39% 0.23% -
HSV(B) 353.62º 0.57% 0.33% -
XYZ 4.6 3.26 2.48 -
YUV 50.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 83 36 41 0 0.57 0.51 0.67 353.62 0.39 0.23
Hex 53 24 29 0 39 33 43 162 27 17
Octal 123 44 51 0 71 63 103 542 47 27
Binary 1010011 100100 101001 0 111001 110011 1000011 101100010 100111 10111

Color Harmonies of #532429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532429

Black with #532429

Text Example


Text Example

White with #532429

Text Example


Text Example

HTML Codes & Css Web 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>