Html Css Color HEX #532428 Lonestar

📋 copy color: '#532428'

red 83 ◦ green 36 ◦ blue 40

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

Shades of Lonestar #532428

Tints of Lonestar #532428

RGB

 RED value IS 83 (32.81% from 255) = 52.2%

 GREEN value IS 36 (14.45% from 255) = 22.64%

 BLUE value IS 40 (16.02% from 255) = 25.16%

R = 52.2%
G = 22.64%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#532428 (or 0x532428) is known color: Lonestar. HEX triplet: 53, 24 and 28. RGB value is (83,36,40). Sum of RGB (Red+Green+Blue) = 83+36+40=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #532428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532428 is #ACDBD7. Grayscale: #323232. Windows color (decimal): -11328472 or 2630739. OLE color: 2630739.

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

Color convert

RGB 83 36 40 -
CMYK 0 0.57 0.52 0.67
HSL 354.89º 0.39% 0.23% -
HSV(B) 354.89º 0.57% 0.33% -
XYZ 4.58 3.25 2.39 -
YUV 50.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 83 36 40 0 0.57 0.52 0.67 354.89 0.39 0.23
Hex 53 24 28 0 39 34 43 163 27 17
Octal 123 44 50 0 71 64 103 543 47 27
Binary 1010011 100100 101000 0 111001 110100 1000011 101100011 100111 10111

Color Harmonies of #532428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532428

Black with #532428

Text Example


Text Example

White with #532428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532428; }

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

 H1.HeaderClassName
 {
   color: #532428;
 }
 .AnyTagClassName
 {
   color: #532428;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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