Html Css Color HEX #532526 Lonestar

📋 copy color: '#532526'

red 83 ◦ green 37 ◦ blue 38

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

Shades of Lonestar #532526

Tints of Lonestar #532526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.05%

R = 52.53%
G = 23.42%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#532526 (or 0x532526) is known color: Lonestar. HEX triplet: 53, 25 and 26. RGB value is (83,37,38). Sum of RGB (Red+Green+Blue) = 83+37+38=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #532526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532526 is #ACDAD9. Grayscale: #323232. Windows color (decimal): -11328218 or 2499923. OLE color: 2499923.

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

Color convert

RGB 83 37 38 -
CMYK 0 0.55 0.54 0.67
HSL 358.7º 0.38% 0.24% -
HSV(B) 358.7º 0.55% 0.33% -
XYZ 4.58 3.3 2.23 -
YUV 50.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 83 37 38 0 0.55 0.54 0.67 358.7 0.38 0.24
Hex 53 25 26 0 37 36 43 167 26 18
Octal 123 45 46 0 67 66 103 547 46 30
Binary 1010011 100101 100110 0 110111 110110 1000011 101100111 100110 11000

Color Harmonies of #532526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532526

Black with #532526

Text Example


Text Example

White with #532526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532526; }

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

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

background-color css

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

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

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

border-color css

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

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

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