Html Css Color HEX #532426 Lonestar

📋 copy color: '#532426'

red 83 ◦ green 36 ◦ blue 38

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

Shades of Lonestar #532426

Tints of Lonestar #532426

RGB

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

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

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

R = 52.87%
G = 22.93%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#532426 (or 0x532426) is known color: Lonestar. HEX triplet: 53, 24 and 26. RGB value is (83,36,38). Sum of RGB (Red+Green+Blue) = 83+36+38=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #532426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532426 is #ACDBD9. Grayscale: #323232. Windows color (decimal): -11328474 or 2499667. OLE color: 2499667.

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

Color convert

RGB 83 36 38 -
CMYK 0 0.57 0.54 0.67
HSL 357.45º 0.39% 0.23% -
HSV(B) 357.45º 0.57% 0.33% -
XYZ 4.55 3.24 2.22 -
YUV 50.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 83 36 38 0 0.57 0.54 0.67 357.45 0.39 0.23
Hex 53 24 26 0 39 36 43 165 27 17
Octal 123 44 46 0 71 66 103 545 47 27
Binary 1010011 100100 100110 0 111001 110110 1000011 101100101 100111 10111

Color Harmonies of #532426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532426

Black with #532426

Text Example


Text Example

White with #532426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532426; }

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

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

background-color css

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

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

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

border-color css

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

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

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