#53293E

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

Shades of Barossa #53293E

Tints of Barossa #53293E

Color information

#53293E (or 0x53293E) is unknown color: approx Barossa. HEX triplet: 53, 29 and 3E. RGB value is (83,41,62). Sum of RGB (Red+Green+Blue) = 83+41+62=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #53293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53293E is #ACD6C1. Grayscale: #373737. Windows color (decimal): -11327170 or 4073811. OLE color: 4073811.

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

Color convert

RGB834162-
CMYK00.510.250.67
HSL330º33.87%24.31%-
HSV(B)330º50.6%32.55%-
XYZ5.233.775.01-
YUV55.95131.41147.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 62 (24.61% from 255) = 33.33%
R=44.62%
G=22.04%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83416200.510.250.6733033.8724.31
Hex53293E033194314a2218
Octal1235176063311035124230
Binary1010011101001111110011001111001100001110100101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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