#532425

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

Shades of Lonestar #532425

Tints of Lonestar #532425

Color information

#532425 (or 0x532425) is unknown color: approx Lonestar. HEX triplet: 53, 24 and 25. RGB value is (83,36,37). Sum of RGB (Red+Green+Blue) = 83+36+37=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #532425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532425 is #ACDBDA. Grayscale: #323232. Windows color (decimal): -11328475 or 2434131. OLE color: 2434131.

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

Color convert

RGB833637-
CMYK00.570.550.67
HSL358.72º39.5%23.33%-
HSV(B)358.72º56.63%32.55%-
XYZ4.533.232.14-
YUV50.17120.57151.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=53.21%
G=23.08%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83363700.570.550.67358.7239.523.33
Hex53242503937431672717
Octal1234445071671035474727
Binary10100111001001001010111001110111100001110110011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532425; }

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

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

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

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

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

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

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

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