#532840

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

Shades of Barossa #532840

Tints of Barossa #532840

Color information

#532840 (or 0x532840) is unknown color: approx Barossa. HEX triplet: 53, 28 and 40. RGB value is (83,40,64). Sum of RGB (Red+Green+Blue) = 83+40+64=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #532840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532840 is #ACD7BF. Grayscale: #373737. Windows color (decimal): -11327424 or 4204627. OLE color: 4204627.

HSL color Cylindrical-coordinate representation of color #532840: hue angle of 326.51º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #532840 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB834064-
CMYK00.520.230.67
HSL326.51º34.96%24.12%-
HSV(B)326.51º51.81%32.55%-
XYZ5.253.735.29-
YUV55.59132.75147.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=44.39%
G=21.39%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83406400.520.230.67326.5134.9624.12
Hex53284003417431472318
Octal12350100064271035074330
Binary10100111010001000000011010010111100001110100011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532840; }

 p { color: rgb(83,40,64); }

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

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

 a { background-color: rgb(83,40,64); }

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

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

 span { border-color: rgb(83,40,64); }

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