#51233C

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

Shades of Barossa #51233C

Tints of Barossa #51233C

Color information

#51233C (or 0x51233C) is unknown color: approx Barossa. HEX triplet: 51, 23 and 3C. RGB value is (81,35,60). Sum of RGB (Red+Green+Blue) = 81+35+60=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #51233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51233C is #AEDCC3. Grayscale: #333333. Windows color (decimal): -11459780 or 3941201. OLE color: 3941201.

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

Color convert

RGB813560-
CMYK00.570.260.68
HSL327.39º39.66%22.75%-
HSV(B)327.39º56.79%31.76%-
XYZ4.813.284.65-
YUV51.6132.74148.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.02%
GREEN value IS 35 (14.06% from 255) = 19.89%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=46.02%
G=19.89%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81356000.570.260.68327.3939.6622.75
Hex51233C0391A441472817
Octal1214374071321045075027
Binary1010001100011111100011100111010100010010100011110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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