#522640

Color #522640 Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #522640

Tints of Barossa #522640

Color information

#522640 (or 0x522640) is unknown color: approx Barossa. HEX triplet: 52, 26 and 40. RGB value is (82,38,64). Sum of RGB (Red+Green+Blue) = 82+38+64=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #522640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522640 is #ADD9BF. Grayscale: #363636. Windows color (decimal): -11393472 or 4204114. OLE color: 4204114.

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

Color convert

RGB823864-
CMYK00.540.220.68
HSL324.55º36.67%23.53%-
HSV(B)324.55º53.66%32.16%-
XYZ5.13.555.27-
YUV54.12133.58147.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.57%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=44.57%
G=20.65%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82386400.540.220.68324.5536.6723.53
Hex52264003616441452518
Octal12246100066261045054530
Binary10100101001101000000011011010110100010010100010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522640; }

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

 H1.HeaderClassName
 {
   color: #522640;
 }
 .AnyTagClassName
 {
   color: #522640;
 }
</style>
background-color css

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

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

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

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

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

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