#53233A

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

Shades of Barossa #53233A

Tints of Barossa #53233A

Color information

#53233A (or 0x53233A) is unknown color: approx Barossa. HEX triplet: 53, 23 and 3A. RGB value is (83,35,58). Sum of RGB (Red+Green+Blue) = 83+35+58=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #53233A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53233A is #ACDCC5. Grayscale: #333333. Windows color (decimal): -11328710 or 3810131. OLE color: 3810131.

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

Color convert

RGB833558-
CMYK00.580.300.67
HSL331.25º40.68%23.14%-
HSV(B)331.25º57.83%32.55%-
XYZ4.933.354.39-
YUV51.97131.4150.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 35 (14.06% from 255) = 19.89%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=47.16%
G=19.89%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83355800.580.300.67331.2540.6823.14
Hex53233A03A1E4314b2917
Octal1234372072361035135127
Binary1010011100011111010011101011110100001110100101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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