#532426

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

Shades of Lonestar #532426

Tints of Lonestar #532426

Color information

#532426 (or 0x532426) is unknown color: approx 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

RGB833638-
CMYK00.570.540.67
HSL357.45º39.5%23.33%-
HSV(B)357.45º56.63%32.55%-
XYZ4.553.242.22-
YUV50.28121.07151.34-

RGB Variations

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

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.20%
R=52.87%
G=22.93%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83363800.570.540.67357.4539.523.33
Hex53242603936431652717
Octal1234446071661035454727
Binary10100111001001001100111001110110100001110110010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>