#533140

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

Shades of Barossa #533140

Tints of Barossa #533140

Color information

#533140 (or 0x533140) is unknown color: approx Barossa. HEX triplet: 53, 31 and 40. RGB value is (83,49,64). Sum of RGB (Red+Green+Blue) = 83+49+64=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #533140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533140 is #ACCEBF. Grayscale: #3C3C3C. Windows color (decimal): -11325120 or 4206931. OLE color: 4206931.

HSL color Cylindrical-coordinate representation of color #533140: hue angle of 333.53º 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 #533140 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB834964-
CMYK00.410.230.67
HSL333.53º25.76%25.88%-
HSV(B)333.53º40.96%32.55%-
XYZ5.594.415.41-
YUV60.88129.76143.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 64 (25.39% from 255) = 32.65%
R=42.35%
G=25%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83496400.410.230.67333.5325.7625.88
Hex533140029174314e1a1a
Octal12361100051271035163232
Binary1010011110001100000001010011011110000111010011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533140; }

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

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

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

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

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

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

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

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