#532428

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

Shades of Lonestar #532428

Tints of Lonestar #532428

Color information

#532428 (or 0x532428) is unknown color: approx Lonestar. HEX triplet: 53, 24 and 28. RGB value is (83,36,40). Sum of RGB (Red+Green+Blue) = 83+36+40=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #532428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532428 is #ACDBD7. Grayscale: #323232. Windows color (decimal): -11328472 or 2630739. OLE color: 2630739.

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

Color convert

RGB833640-
CMYK00.570.520.67
HSL354.89º39.5%23.33%-
HSV(B)354.89º56.63%32.55%-
XYZ4.583.252.39-
YUV50.51122.07151.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 36 (14.45% from 255) = 22.64%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=52.20%
G=22.64%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83364000.570.520.67354.8939.523.33
Hex53242803934431632717
Octal1234450071641035434727
Binary10100111001001010000111001110100100001110110001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532428; }

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

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

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

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

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

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

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

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