#533041

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

Shades of Barossa #533041

Tints of Barossa #533041

Color information

#533041 (or 0x533041) is unknown color: approx Barossa. HEX triplet: 53, 30 and 41. RGB value is (83,48,65). Sum of RGB (Red+Green+Blue) = 83+48+65=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #533041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533041 is #ACCFBE. Grayscale: #3C3C3C. Windows color (decimal): -11325375 or 4272211. OLE color: 4272211.

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

Color convert

RGB834865-
CMYK00.420.220.67
HSL330.86º26.72%25.69%-
HSV(B)330.86º42.17%32.55%-
XYZ5.584.335.54-
YUV60.4130.6144.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=42.35%
G=24.49%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83486500.420.220.67330.8626.7225.69
Hex53304102A164314b1b1a
Octal12360101052261035133332
Binary1010011110000100000101010101011010000111010010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533041; }

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

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

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

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

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

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

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

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