#532125

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

Shades of Lonestar #532125

Tints of Lonestar #532125

Color information

#532125 (or 0x532125) is unknown color: approx Lonestar. HEX triplet: 53, 21 and 25. RGB value is (83,33,37). Sum of RGB (Red+Green+Blue) = 83+33+37=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #532125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532125 is #ACDEDA. Grayscale: #303030. Windows color (decimal): -11329243 or 2433363. OLE color: 2433363.

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

Color convert

RGB833337-
CMYK00.600.550.67
HSL355.2º43.1%22.75%-
HSV(B)355.2º60.24%32.55%-
XYZ4.453.062.11-
YUV48.41121.56152.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.25%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=54.25%
G=21.57%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83333700.600.550.67355.243.122.75
Hex53212503C37431632b17
Octal1234145074671035435327
Binary10100111000011001010111100110111100001110110001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532125; }

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

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

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

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

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

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

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

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