#533043

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

Shades of Barossa #533043

Tints of Barossa #533043

Color information

#533043 (or 0x533043) is unknown color: approx Barossa. HEX triplet: 53, 30 and 43. RGB value is (83,48,67). Sum of RGB (Red+Green+Blue) = 83+48+67=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #533043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533043 is #ACCFBC. Grayscale: #3C3C3C. Windows color (decimal): -11325373 or 4403283. OLE color: 4403283.

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

Color convert

RGB834867-
CMYK00.420.190.67
HSL327.43º26.72%25.69%-
HSV(B)327.43º42.17%32.55%-
XYZ5.644.365.85-
YUV60.63131.6143.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 67 (26.56% from 255) = 33.84%
R=41.92%
G=24.24%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83486700.420.190.67327.4326.7225.69
Hex53304302A13431471b1a
Octal12360103052231035073332
Binary1010011110000100001101010101001110000111010001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533043; }

 p { color: rgb(83,48,67); }

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

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

 a { background-color: rgb(83,48,67); }

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

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

 span { border-color: rgb(83,48,67); }

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