#53223A

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

Shades of Barossa #53223A

Tints of Barossa #53223A

Color information

#53223A (or 0x53223A) is unknown color: approx Barossa. HEX triplet: 53, 22 and 3A. RGB value is (83,34,58). Sum of RGB (Red+Green+Blue) = 83+34+58=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53223A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53223A is #ACDDC5. Grayscale: #333333. Windows color (decimal): -11328966 or 3809875. OLE color: 3809875.

HSL color Cylindrical-coordinate representation of color #53223A: hue angle of 330.61º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53223A is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB833458-
CMYK00.590.300.67
HSL330.61º41.88%22.94%-
HSV(B)330.61º59.04%32.55%-
XYZ4.93.294.38-
YUV51.39131.73150.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=47.43%
G=19.43%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83345800.590.300.67330.6141.8822.94
Hex53223A03B1E4314b2a17
Octal1234272073361035135227
Binary1010011100010111010011101111110100001110100101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53223A; }

 p { color: rgb(83,34,58); }

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

<style>
 a { background-color: #53223A; }

 a { background-color: rgb(83,34,58); }

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

<style>
 span { border-color: #53223A; }

 span { border-color: rgb(83,34,58); }

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