Html Css Color HEX #532224 Lonestar

📋 copy color: '#532224'

red 83 ◦ green 34 ◦ blue 36

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

Shades of Lonestar #532224

Tints of Lonestar #532224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.22%

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

R = 54.25%
G = 22.22%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#532224 (or 0x532224) is known color: Lonestar. HEX triplet: 53, 22 and 24. RGB value is (83,34,36). Sum of RGB (Red+Green+Blue) = 83+34+36=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #532224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532224 is #ACDDDB. Grayscale: #303030. Windows color (decimal): -11328988 or 2368083. OLE color: 2368083.

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

Color convert

RGB 83 34 36 -
CMYK 0 0.59 0.57 0.67
HSL 357.55º 0.42% 0.23% -
HSV(B) 357.55º 0.59% 0.33% -
XYZ 4.46 3.11 2.03 -
YUV 48.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 83 34 36 0 0.59 0.57 0.67 357.55 0.42 0.23
Hex 53 22 24 0 3B 39 43 166 2A 17
Octal 123 42 44 0 73 71 103 546 52 27
Binary 1010011 100010 100100 0 111011 111001 1000011 101100110 101010 10111

Color Harmonies of #532224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532224

Black with #532224

Text Example


Text Example

White with #532224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532224; }

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

 H1.HeaderClassName
 {
   color: #532224;
 }
 .AnyTagClassName
 {
   color: #532224;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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