Html Css Color HEX #522240 Barossa

📋 copy color: '#522240'

red 82 ◦ green 34 ◦ blue 64

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

Shades of Barossa #522240

Tints of Barossa #522240

RGB

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

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

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

R = 45.56%
G = 18.89%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#522240 (or 0x522240) is known color: Barossa. HEX triplet: 52, 22 and 40. RGB value is (82,34,64). Sum of RGB (Red+Green+Blue) = 82+34+64=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #522240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522240 is #ADDDBF. Grayscale: #333333. Windows color (decimal): -11394496 or 4203090. OLE color: 4203090.

HSL color Cylindrical-coordinate representation of color #522240: hue angle of 322.5º 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 #522240 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 34 64 -
CMYK 0 0.59 0.22 0.68
HSL 322.5º 0.41% 0.23% -
HSV(B) 322.5º 0.59% 0.32% -
XYZ 4.98 3.31 5.23 -
YUV 51.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 82 34 64 0 0.59 0.22 0.68 322.5 0.41 0.23
Hex 52 22 40 0 3B 16 44 142 29 17
Octal 122 42 100 0 73 26 104 502 51 27
Binary 1010010 100010 1000000 0 111011 10110 1000100 101000010 101001 10111

Color Harmonies of #522240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522240

Black with #522240

Text Example


Text Example

White with #522240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522240; }

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

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

background-color css

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

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

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

border-color css

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

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

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