#53233B

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

Shades of Barossa #53233B

Tints of Barossa #53233B

Color information

#53233B (or 0x53233B) is unknown color: approx Barossa. HEX triplet: 53, 23 and 3B. RGB value is (83,35,59). Sum of RGB (Red+Green+Blue) = 83+35+59=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53233B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53233B is #ACDCC4. Grayscale: #343434. Windows color (decimal): -11328709 or 3875667. OLE color: 3875667.

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

Color convert

RGB833559-
CMYK00.580.290.67
HSL330º40.68%23.14%-
HSV(B)330º57.83%32.55%-
XYZ4.963.364.52-
YUV52.09131.9150.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 59 (23.44% from 255) = 33.33%
R=46.89%
G=19.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83355900.580.290.6733040.6823.14
Hex53233B03A1D4314a2917
Octal1234373072351035125127
Binary1010011100011111011011101011101100001110100101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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