#532126

Color #532126 Lonestar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lonestar #532126

Tints of Lonestar #532126

Color information

#532126 (or 0x532126) is unknown color: approx Lonestar. HEX triplet: 53, 21 and 26. RGB value is (83,33,38). Sum of RGB (Red+Green+Blue) = 83+33+38=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #532126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532126 is #ACDED9. Grayscale: #303030. Windows color (decimal): -11329242 or 2498899. OLE color: 2498899.

HSL color Cylindrical-coordinate representation of color #532126: hue angle of 354º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532126 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB833338-
CMYK00.600.540.67
HSL354º43.1%22.75%-
HSV(B)354º60.24%32.55%-
XYZ4.463.072.19-
YUV48.52122.06152.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.90%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=53.90%
G=21.43%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83333800.600.540.6735443.122.75
Hex53212603C36431622b17
Octal1234146074661035425327
Binary10100111000011001100111100110110100001110110001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532126; }

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

 H1.HeaderClassName
 {
   color: #532126;
 }
 .AnyTagClassName
 {
   color: #532126;
 }
</style>
background-color css

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

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

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

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

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

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