#532527

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

Shades of Lonestar #532527

Tints of Lonestar #532527

Color information

#532527 (or 0x532527) is unknown color: approx Lonestar. HEX triplet: 53, 25 and 27. RGB value is (83,37,39). Sum of RGB (Red+Green+Blue) = 83+37+39=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #532527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532527 is #ACDAD8. Grayscale: #333333. Windows color (decimal): -11328217 or 2565459. OLE color: 2565459.

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

Color convert

RGB833739-
CMYK00.550.530.67
HSL357.39º38.33%23.53%-
HSV(B)357.39º55.42%32.55%-
XYZ4.63.312.32-
YUV50.98121.24150.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 39 (15.62% from 255) = 24.53%
R=52.20%
G=23.27%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83373900.550.530.67357.3938.3323.53
Hex53252703735431652618
Octal1234547067651035454630
Binary10100111001011001110110111110101100001110110010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532527; }

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

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

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

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

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

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

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

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