Html Css Color HEX #532324 Lonestar

📋 copy color: '#532324'

red 83 ◦ green 35 ◦ blue 36

#532324
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lonestar #532324

Tints of Lonestar #532324

RGB

 RED value IS 83 (32.81% from 255) = 53.9%

 GREEN value IS 35 (14.06% from 255) = 22.73%

 BLUE value IS 36 (14.45% from 255) = 23.38%

R = 53.9%
G = 22.73%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#532324 (or 0x532324) is known color: 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

RGB 83 35 36 -
CMYK 0 0.58 0.57 0.67
HSL 358.75º 0.41% 0.23% -
HSV(B) 358.75º 0.58% 0.33% -
XYZ 4.49 3.17 2.04 -
YUV 49.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 83 35 36 0 0.58 0.57 0.67 358.75 0.41 0.23
Hex 53 23 24 0 3A 39 43 167 29 17
Octal 123 43 44 0 72 71 103 547 51 27
Binary 1010011 100011 100100 0 111010 111001 1000011 101100111 101001 10111

Color Harmonies of #532324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532324

Black with #532324

Text Example


Text Example

White with #532324

Text Example


Text Example

HTML Codes & Css Web 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>