#522740

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

Shades of Barossa #522740

Tints of Barossa #522740

Color information

#522740 (or 0x522740) is unknown color: approx Barossa. HEX triplet: 52, 27 and 40. RGB value is (82,39,64). Sum of RGB (Red+Green+Blue) = 82+39+64=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #522740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522740 is #ADD8BF. Grayscale: #363636. Windows color (decimal): -11393216 or 4204370. OLE color: 4204370.

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

Color convert

RGB823964-
CMYK00.520.220.68
HSL325.12º35.54%23.73%-
HSV(B)325.12º52.44%32.16%-
XYZ5.133.625.28-
YUV54.71133.25147.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=44.32%
G=21.08%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82396400.520.220.68325.1235.5423.73
Hex52274003416441452418
Octal12247100064261045054430
Binary10100101001111000000011010010110100010010100010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522740; }

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

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

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

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

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

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

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

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