Html Css Color HEX #521F22 Lonestar

📋 copy color: '#521F22'

red 82 ◦ green 31 ◦ blue 34

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

Shades of Lonestar #521F22

Tints of Lonestar #521F22

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.09%

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

R = 55.78%
G = 21.09%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#521F22 (or 0x521F22) is known color: Lonestar. HEX triplet: 52, 1F and 22. RGB value is (82,31,34). Sum of RGB (Red+Green+Blue) = 82+31+34=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #521F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F22 is #ADE0DD. Grayscale: #2E2E2E. Windows color (decimal): -11395294 or 2236242. OLE color: 2236242.

HSL color Cylindrical-coordinate representation of color #521F22: hue angle of 356.47º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #521F22 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 31 34 -
CMYK 0 0.62 0.59 0.68
HSL 356.47º 0.45% 0.22% -
HSV(B) 356.47º 0.62% 0.32% -
XYZ 4.26 2.89 1.85 -
YUV 46.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 82 31 34 0 0.62 0.59 0.68 356.47 0.45 0.22
Hex 52 1F 22 0 3E 3B 44 164 2D 16
Octal 122 37 42 0 76 73 104 544 55 26
Binary 1010010 11111 100010 0 111110 111011 1000100 101100100 101101 10110

Color Harmonies of #521F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F22

Black with #521F22

Text Example


Text Example

White with #521F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521F22; }

 p { color: rgb(82,31,34); }

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

background-color css

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

 a { background-color: rgb(82,31,34); }

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

border-color css

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

 span { border-color: rgb(82,31,34); }

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