#53293B

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

Shades of Barossa #53293B

Tints of Barossa #53293B

Color information

#53293B (or 0x53293B) is unknown color: approx Barossa. HEX triplet: 53, 29 and 3B. RGB value is (83,41,59). Sum of RGB (Red+Green+Blue) = 83+41+59=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53293B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53293B is #ACD6C4. Grayscale: #373737. Windows color (decimal): -11327173 or 3877203. OLE color: 3877203.

HSL color Cylindrical-coordinate representation of color #53293B: hue angle of 334.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53293B is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB834159-
CMYK00.510.290.67
HSL334.29º33.87%24.31%-
HSV(B)334.29º50.6%32.55%-
XYZ5.153.744.59-
YUV55.61129.91147.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 59 (23.44% from 255) = 32.24%
R=45.36%
G=22.40%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83415900.510.290.67334.2933.8724.31
Hex53293B0331D4314e2218
Octal1235173063351035164230
Binary1010011101001111011011001111101100001110100111010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53293B; }

 p { color: rgb(83,41,59); }

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

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

 a { background-color: rgb(83,41,59); }

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

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

 span { border-color: rgb(83,41,59); }

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