#532324

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

Shades of Lonestar #532324

Tints of Lonestar #532324

Color information

#532324 (or 0x532324) is unknown color: approx Lonestar. HEX triplet: 53, 23 and 24. RGB value is (83,35,36). Sum of RGB (Red+Green+Blue) = 83+35+36=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #532324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532324 is #ACDCDB. Grayscale: #313131. Windows color (decimal): -11328732 or 2368339. OLE color: 2368339.

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

Color convert

RGB833536-
CMYK00.580.570.67
HSL358.75º40.68%23.14%-
HSV(B)358.75º57.83%32.55%-
XYZ4.493.172.04-
YUV49.47120.4151.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.90%
GREEN value IS 35 (14.06% from 255) = 22.73%
BLUE value IS 36 (14.45% from 255) = 23.38%
R=53.90%
G=22.73%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83353600.580.570.67358.7540.6823.14
Hex53232403A39431672917
Octal1234344072711035475127
Binary10100111000111001000111010111001100001110110011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532324; }

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

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

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

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

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

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

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

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