#53293D

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

Shades of Barossa #53293D

Tints of Barossa #53293D

Color information

#53293D (or 0x53293D) is unknown color: approx Barossa. HEX triplet: 53, 29 and 3D. RGB value is (83,41,61). Sum of RGB (Red+Green+Blue) = 83+41+61=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #53293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53293D is #ACD6C2. Grayscale: #373737. Windows color (decimal): -11327171 or 4008275. OLE color: 4008275.

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

Color convert

RGB834161-
CMYK00.510.270.67
HSL331.43º33.87%24.31%-
HSV(B)331.43º50.6%32.55%-
XYZ5.23.764.87-
YUV55.84130.91147.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=44.86%
G=22.16%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83416100.510.270.67331.4333.8724.31
Hex53293D0331B4314b2218
Octal1235175063331035134230
Binary1010011101001111101011001111011100001110100101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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