#532325

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

Shades of Lonestar #532325

Tints of Lonestar #532325

Color information

#532325 (or 0x532325) is unknown color: approx Lonestar. HEX triplet: 53, 23 and 25. RGB value is (83,35,37). Sum of RGB (Red+Green+Blue) = 83+35+37=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #532325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532325 is #ACDCDA. Grayscale: #313131. Windows color (decimal): -11328731 or 2433875. OLE color: 2433875.

HSL color Cylindrical-coordinate representation of color #532325: hue angle of 357.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #532325 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB833537-
CMYK00.580.550.67
HSL357.5º40.68%23.14%-
HSV(B)357.5º57.83%32.55%-
XYZ4.53.172.13-
YUV49.58120.9151.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=53.55%
G=22.58%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83353700.580.550.67357.540.6823.14
Hex53232503A37431662917
Octal1234345072671035465127
Binary10100111000111001010111010110111100001110110011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532325; }

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

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

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

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

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

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

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

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