#52233C

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

Shades of Barossa #52233C

Tints of Barossa #52233C

Color information

#52233C (or 0x52233C) is unknown color: approx Barossa. HEX triplet: 52, 23 and 3C. RGB value is (82,35,60). Sum of RGB (Red+Green+Blue) = 82+35+60=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52233C is #ADDCC3. Grayscale: #333333. Windows color (decimal): -11394244 or 3941202. OLE color: 3941202.

HSL color Cylindrical-coordinate representation of color #52233C: hue angle of 328.09º 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 #52233C is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB823560-
CMYK00.570.270.68
HSL328.09º40.17%22.94%-
HSV(B)328.09º57.32%32.16%-
XYZ4.93.324.66-
YUV51.9132.57149.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.33%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 60 (23.83% from 255) = 33.90%
R=46.33%
G=19.77%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82356000.570.270.68328.0940.1722.94
Hex52233C0391B441482817
Octal1224374071331045105027
Binary1010010100011111100011100111011100010010100100010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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