#533142

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

Shades of Barossa #533142

Tints of Barossa #533142

Color information

#533142 (or 0x533142) is unknown color: approx Barossa. HEX triplet: 53, 31 and 42. RGB value is (83,49,66). Sum of RGB (Red+Green+Blue) = 83+49+66=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #533142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533142 is #ACCEBD. Grayscale: #3D3D3D. Windows color (decimal): -11325118 or 4338003. OLE color: 4338003.

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

Color convert

RGB834966-
CMYK00.410.200.67
HSL330º25.76%25.88%-
HSV(B)330º40.96%32.55%-
XYZ5.654.435.71-
YUV61.1130.76143.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 66 (26.17% from 255) = 33.33%
R=41.92%
G=24.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83496600.410.200.6733025.7625.88
Hex533142029144314a1a1a
Octal12361102051241035123232
Binary1010011110001100001001010011010010000111010010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533142; }

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

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

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

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

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

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

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

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