Html Css Color HEX #522440 Barossa

📋 copy color: '#522440'

red 82 ◦ green 36 ◦ blue 64

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

Shades of Barossa #522440

Tints of Barossa #522440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.78%

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

R = 45.05%
G = 19.78%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#522440 (or 0x522440) is known color: Barossa. HEX triplet: 52, 24 and 40. RGB value is (82,36,64). Sum of RGB (Red+Green+Blue) = 82+36+64=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #522440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522440 is #ADDBBF. Grayscale: #343434. Windows color (decimal): -11393984 or 4203602. OLE color: 4203602.

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

Color convert

RGB 82 36 64 -
CMYK 0 0.56 0.22 0.68
HSL 323.48º 0.39% 0.23% -
HSV(B) 323.48º 0.56% 0.32% -
XYZ 5.04 3.43 5.25 -
YUV 52.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 82 36 64 0 0.56 0.22 0.68 323.48 0.39 0.23
Hex 52 24 40 0 38 16 44 143 27 17
Octal 122 44 100 0 70 26 104 503 47 27
Binary 1010010 100100 1000000 0 111000 10110 1000100 101000011 100111 10111

Color Harmonies of #522440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522440

Black with #522440

Text Example


Text Example

White with #522440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522440; }

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

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

background-color css

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

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

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

border-color css

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

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

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