#52233A

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

Shades of Barossa #52233A

Tints of Barossa #52233A

Color information

#52233A (or 0x52233A) is unknown color: approx Barossa. HEX triplet: 52, 23 and 3A. RGB value is (82,35,58). Sum of RGB (Red+Green+Blue) = 82+35+58=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #52233A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52233A is #ADDCC5. Grayscale: #333333. Windows color (decimal): -11394246 or 3810130. OLE color: 3810130.

HSL color Cylindrical-coordinate representation of color #52233A: hue angle of 330.64º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52233A is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB823558-
CMYK00.570.290.68
HSL330.64º40.17%22.94%-
HSV(B)330.64º57.32%32.16%-
XYZ4.843.34.38-
YUV51.68131.57149.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.86%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=46.86%
G=20%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82355800.570.290.68330.6440.1722.94
Hex52233A0391D4414b2817
Octal1224372071351045135027
Binary1010010100011111010011100111101100010010100101110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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