Html Css Color HEX #532528 Lonestar

📋 copy color: '#532528'

red 83 ◦ green 37 ◦ blue 40

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

Shades of Lonestar #532528

Tints of Lonestar #532528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.13%

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

R = 51.88%
G = 23.13%
B = 25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#532528 (or 0x532528) is known color: Lonestar. HEX triplet: 53, 25 and 28. RGB value is (83,37,40). Sum of RGB (Red+Green+Blue) = 83+37+40=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #532528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532528 is #ACDAD7. Grayscale: #333333. Windows color (decimal): -11328216 or 2630995. OLE color: 2630995.

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

Color convert

RGB 83 37 40 -
CMYK 0 0.55 0.52 0.67
HSL 356.09º 0.38% 0.24% -
HSV(B) 356.09º 0.55% 0.33% -
XYZ 4.61 3.32 2.4 -
YUV 51.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 83 37 40 0 0.55 0.52 0.67 356.09 0.38 0.24
Hex 53 25 28 0 37 34 43 164 26 18
Octal 123 45 50 0 67 64 103 544 46 30
Binary 1010011 100101 101000 0 110111 110100 1000011 101100100 100110 11000

Color Harmonies of #532528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532528

Black with #532528

Text Example


Text Example

White with #532528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532528; }

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

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

background-color css

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

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

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

border-color css

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

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

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