#532025

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

Shades of Lonestar #532025

Tints of Lonestar #532025

Color information

#532025 (or 0x532025) is unknown color: approx Lonestar. HEX triplet: 53, 20 and 25. RGB value is (83,32,37). Sum of RGB (Red+Green+Blue) = 83+32+37=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #532025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532025 is #ACDFDA. Grayscale: #2F2F2F. Windows color (decimal): -11329499 or 2433107. OLE color: 2433107.

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

Color convert

RGB833237-
CMYK00.610.550.67
HSL354.12º44.35%22.55%-
HSV(B)354.12º61.45%32.55%-
XYZ4.423.012.1-
YUV47.82121.9153.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.61%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=54.61%
G=21.05%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83323700.610.550.67354.1244.3522.55
Hex53202503D37431622c17
Octal1234045075671035425427
Binary10100111000001001010111101110111100001110110001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532025; }

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

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

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

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

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

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

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

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