#53293C

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

Shades of Barossa #53293C

Tints of Barossa #53293C

Color information

#53293C (or 0x53293C) is unknown color: approx Barossa. HEX triplet: 53, 29 and 3C. RGB value is (83,41,60). Sum of RGB (Red+Green+Blue) = 83+41+60=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #53293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53293C is #ACD6C3. Grayscale: #373737. Windows color (decimal): -11327172 or 3942739. OLE color: 3942739.

HSL color Cylindrical-coordinate representation of color #53293C: hue angle of 332.86º 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 #53293C is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB834160-
CMYK00.510.280.67
HSL332.86º33.87%24.31%-
HSV(B)332.86º50.6%32.55%-
XYZ5.183.754.73-
YUV55.72130.41147.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=45.11%
G=22.28%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83416000.510.280.67332.8633.8724.31
Hex53293C0331C4314d2218
Octal1235174063341035154230
Binary1010011101001111100011001111100100001110100110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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