Html Css Color HEX #522940 Barossa

📋 copy color: '#522940'

red 82 ◦ green 41 ◦ blue 64

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

Shades of Barossa #522940

Tints of Barossa #522940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.93%

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 43.85%
G = 21.93%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#522940 (or 0x522940) is known color: Barossa. HEX triplet: 52, 29 and 40. RGB value is (82,41,64). Sum of RGB (Red+Green+Blue) = 82+41+64=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #522940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522940 is #ADD6BF. Grayscale: #373737. Windows color (decimal): -11392704 or 4204882. OLE color: 4204882.

HSL color Cylindrical-coordinate representation of color #522940: hue angle of 326.34º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #522940 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 41 64 -
CMYK 0 0.50 0.22 0.68
HSL 326.34º 0.33% 0.24% -
HSV(B) 326.34º 0.5% 0.32% -
XYZ 5.2 3.75 5.3 -
YUV 55.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 82 41 64 0 0.50 0.22 0.68 326.34 0.33 0.24
Hex 52 29 40 0 32 16 44 146 21 18
Octal 122 51 100 0 62 26 104 506 41 30
Binary 1010010 101001 1000000 0 110010 10110 1000100 101000110 100001 11000

Color Harmonies of #522940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522940

Black with #522940

Text Example


Text Example

White with #522940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522940; }

 p { color: rgb(82,41,64); }

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

background-color css

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

 a { background-color: rgb(82,41,64); }

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

border-color css

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

 span { border-color: rgb(82,41,64); }

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