#53203E

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

Shades of Barossa #53203E

Tints of Barossa #53203E

Color information

#53203E (or 0x53203E) is unknown color: approx Barossa. HEX triplet: 53, 20 and 3E. RGB value is (83,32,62). Sum of RGB (Red+Green+Blue) = 83+32+62=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53203E is #ACDFC1. Grayscale: #323232. Windows color (decimal): -11329474 or 4071507. OLE color: 4071507.

HSL color Cylindrical-coordinate representation of color #53203E: hue angle of 324.71º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53203E is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB833262-
CMYK00.610.250.67
HSL324.71º44.35%22.55%-
HSV(B)324.71º61.45%32.55%-
XYZ4.953.224.92-
YUV50.67134.4151.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=46.89%
G=18.08%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83326200.610.250.67324.7144.3522.55
Hex53203E03D19431452c17
Octal1234076075311035055427
Binary1010011100000111110011110111001100001110100010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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