#533141

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

Shades of Barossa #533141

Tints of Barossa #533141

Color information

#533141 (or 0x533141) is unknown color: approx Barossa. HEX triplet: 53, 31 and 41. RGB value is (83,49,65). Sum of RGB (Red+Green+Blue) = 83+49+65=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #533141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533141 is #ACCEBE. Grayscale: #3C3C3C. Windows color (decimal): -11325119 or 4272467. OLE color: 4272467.

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

Color convert

RGB834965-
CMYK00.410.220.67
HSL331.76º25.76%25.88%-
HSV(B)331.76º40.96%32.55%-
XYZ5.624.425.56-
YUV60.99130.26143.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 65 (25.78% from 255) = 32.99%
R=42.13%
G=24.87%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83496500.410.220.67331.7625.7625.88
Hex533141029164314c1a1a
Octal12361101051261035143232
Binary1010011110001100000101010011011010000111010011001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533141; }

 p { color: rgb(83,49,65); }

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

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

 a { background-color: rgb(83,49,65); }

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

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

 span { border-color: rgb(83,49,65); }

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