#533342

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

Shades of Barossa #533342

Tints of Barossa #533342

Color information

#533342 (or 0x533342) is unknown color: approx Barossa. HEX triplet: 53, 33 and 42. RGB value is (83,51,66). Sum of RGB (Red+Green+Blue) = 83+51+66=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #533342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533342 is #ACCCBD. Grayscale: #3E3E3E. Windows color (decimal): -11324606 or 4338515. OLE color: 4338515.

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

Color convert

RGB835166-
CMYK00.390.200.67
HSL331.88º23.88%26.27%-
HSV(B)331.88º38.55%32.55%-
XYZ5.734.65.74-
YUV62.28130.1142.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.5%
GREEN value IS 51 (20.31% from 255) = 25.5%
BLUE value IS 66 (26.17% from 255) = 33%
R=41.5%
G=25.5%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83516600.390.200.67331.8823.8826.27
Hex533342027144314c181a
Octal12363102047241035143032
Binary1010011110011100001001001111010010000111010011001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533342; }

 p { color: rgb(83,51,66); }

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

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

 a { background-color: rgb(83,51,66); }

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

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

 span { border-color: rgb(83,51,66); }

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