Html Css Color HEX #532122 Lonestar

📋 copy color: '#532122'

red 83 ◦ green 33 ◦ blue 34

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

Shades of Lonestar #532122

Tints of Lonestar #532122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22%

 BLUE value IS 34 (13.67% from 255) = 22.67%

R = 55.33%
G = 22%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#532122 (or 0x532122) is known color: Lonestar. HEX triplet: 53, 21 and 22. RGB value is (83,33,34). Sum of RGB (Red+Green+Blue) = 83+33+34=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #532122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532122 is #ACDEDD. Grayscale: #303030. Windows color (decimal): -11329246 or 2236755. OLE color: 2236755.

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

Color convert

RGB 83 33 34 -
CMYK 0 0.60 0.59 0.67
HSL 358.8º 0.43% 0.23% -
HSV(B) 358.8º 0.6% 0.33% -
XYZ 4.4 3.04 1.87 -
YUV 48.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 83 33 34 0 0.60 0.59 0.67 358.8 0.43 0.23
Hex 53 21 22 0 3C 3B 43 167 2B 17
Octal 123 41 42 0 74 73 103 547 53 27
Binary 1010011 100001 100010 0 111100 111011 1000011 101100111 101011 10111

Color Harmonies of #532122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532122

Black with #532122

Text Example


Text Example

White with #532122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532122; }

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

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

background-color css

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

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

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

border-color css

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

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

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