Html Css Color HEX #522539 Barossa

📋 copy color: '#522539'

red 82 ◦ green 37 ◦ blue 57

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

Shades of Barossa #522539

Tints of Barossa #522539

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.02%

 BLUE value IS 57 (22.66% from 255) = 32.39%

R = 46.59%
G = 21.02%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#522539 (or 0x522539) is known color: Barossa. HEX triplet: 52, 25 and 39. RGB value is (82,37,57). Sum of RGB (Red+Green+Blue) = 82+37+57=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #522539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522539 is #ADDAC6. Grayscale: #343434. Windows color (decimal): -11393735 or 3745106. OLE color: 3745106.

HSL color Cylindrical-coordinate representation of color #522539: hue angle of 333.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #522539 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 37 57 -
CMYK 0 0.55 0.30 0.68
HSL 333.33º 0.38% 0.23% -
HSV(B) 333.33º 0.55% 0.32% -
XYZ 4.88 3.41 4.27 -
YUV 52.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 82 37 57 0 0.55 0.30 0.68 333.33 0.38 0.23
Hex 52 25 39 0 37 1E 44 14D 26 17
Octal 122 45 71 0 67 36 104 515 46 27
Binary 1010010 100101 111001 0 110111 11110 1000100 101001101 100110 10111

Color Harmonies of #522539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522539

Black with #522539

Text Example


Text Example

White with #522539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522539; }

 p { color: rgb(82,37,57); }

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

background-color css

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

 a { background-color: rgb(82,37,57); }

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

border-color css

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

 span { border-color: rgb(82,37,57); }

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