#533440

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

Shades of Barossa #533440

Tints of Barossa #533440

Color information

#533440 (or 0x533440) is unknown color: approx Barossa. HEX triplet: 53, 34 and 40. RGB value is (83,52,64). Sum of RGB (Red+Green+Blue) = 83+52+64=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #533440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533440 is #ACCBBF. Grayscale: #3E3E3E. Windows color (decimal): -11324352 or 4207699. OLE color: 4207699.

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

Color convert

RGB835264-
CMYK00.370.230.67
HSL336.77º22.96%26.47%-
HSV(B)336.77º37.35%32.55%-
XYZ5.724.675.45-
YUV62.64128.77142.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=41.71%
G=26.13%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83526400.370.230.67336.7722.9626.47
Hex5334400251743151171a
Octal12364100045271035212732
Binary1010011110100100000001001011011110000111010100011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533440; }

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

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

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

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

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

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

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

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