#533240

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

Shades of Barossa #533240

Tints of Barossa #533240

Color information

#533240 (or 0x533240) is unknown color: approx Barossa. HEX triplet: 53, 32 and 40. RGB value is (83,50,64). Sum of RGB (Red+Green+Blue) = 83+50+64=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #533240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533240 is #ACCDBF. Grayscale: #3D3D3D. Windows color (decimal): -11324864 or 4207187. OLE color: 4207187.

HSL color Cylindrical-coordinate representation of color #533240: hue angle of 334.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #533240 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB835064-
CMYK00.400.230.67
HSL334.55º24.81%26.08%-
HSV(B)334.55º39.76%32.55%-
XYZ5.634.495.42-
YUV61.46129.43143.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 64 (25.39% from 255) = 32.49%
R=42.13%
G=25.38%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83506400.400.230.67334.5524.8126.08
Hex533240028174314f191a
Octal12362100050271035173132
Binary1010011110010100000001010001011110000111010011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533240; }

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

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

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

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

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

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

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

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