Html Css Color HEX #522239 Barossa

📋 copy color: '#522239'

red 82 ◦ green 34 ◦ blue 57

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

Shades of Barossa #522239

Tints of Barossa #522239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.65%

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

R = 47.4%
G = 19.65%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#522239 (or 0x522239) is known color: Barossa. HEX triplet: 52, 22 and 39. RGB value is (82,34,57). Sum of RGB (Red+Green+Blue) = 82+34+57=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #522239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522239 is #ADDDC6. Grayscale: #323232. Windows color (decimal): -11394503 or 3744338. OLE color: 3744338.

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

Color convert

RGB 82 34 57 -
CMYK 0 0.59 0.30 0.68
HSL 331.25º 0.41% 0.23% -
HSV(B) 331.25º 0.59% 0.32% -
XYZ 4.79 3.23 4.24 -
YUV 50.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 82 34 57 0 0.59 0.30 0.68 331.25 0.41 0.23
Hex 52 22 39 0 3B 1E 44 14B 29 17
Octal 122 42 71 0 73 36 104 513 51 27
Binary 1010010 100010 111001 0 111011 11110 1000100 101001011 101001 10111

Color Harmonies of #522239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522239

Black with #522239

Text Example


Text Example

White with #522239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522239; }

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

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

background-color css

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

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

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

border-color css

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

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

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