Html Css Color HEX #522021 Lonestar

📋 copy color: '#522021'

red 82 ◦ green 32 ◦ blue 33

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

Shades of Lonestar #522021

Tints of Lonestar #522021

RGB

 RED value IS 82 (32.42% from 255) = 55.78%

 GREEN value IS 32 (12.89% from 255) = 21.77%

 BLUE value IS 33 (13.28% from 255) = 22.45%

R = 55.78%
G = 21.77%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#522021 (or 0x522021) is known color: Lonestar. HEX triplet: 52, 20 and 21. RGB value is (82,32,33). Sum of RGB (Red+Green+Blue) = 82+32+33=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #522021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522021 is #ADDFDE. Grayscale: #2F2F2F. Windows color (decimal): -11395039 or 2170962. OLE color: 2170962.

HSL color Cylindrical-coordinate representation of color #522021: hue angle of 358.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #522021 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 32 33 -
CMYK 0 0.61 0.60 0.68
HSL 358.8º 0.44% 0.22% -
HSV(B) 358.8º 0.61% 0.32% -
XYZ 4.27 2.94 1.78 -
YUV 47.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 82 32 33 0 0.61 0.60 0.68 358.8 0.44 0.22
Hex 52 20 21 0 3D 3C 44 167 2C 16
Octal 122 40 41 0 75 74 104 547 54 26
Binary 1010010 100000 100001 0 111101 111100 1000100 101100111 101100 10110

Color Harmonies of #522021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522021

Black with #522021

Text Example


Text Example

White with #522021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522021; }

 p { color: rgb(82,32,33); }

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

background-color css

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

 a { background-color: rgb(82,32,33); }

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

border-color css

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

 span { border-color: rgb(82,32,33); }

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