#51203C

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

Shades of Barossa #51203C

Tints of Barossa #51203C

Color information

#51203C (or 0x51203C) is unknown color: approx Barossa. HEX triplet: 51, 20 and 3C. RGB value is (81,32,60). Sum of RGB (Red+Green+Blue) = 81+32+60=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #51203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51203C is #AEDFC3. Grayscale: #313131. Windows color (decimal): -11460548 or 3940433. OLE color: 3940433.

HSL color Cylindrical-coordinate representation of color #51203C: hue angle of 325.71º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51203C is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB813260-
CMYK00.600.260.68
HSL325.71º43.36%22.16%-
HSV(B)325.71º60.49%31.76%-
XYZ4.733.114.63-
YUV49.84133.73150.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=46.82%
G=18.50%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81326000.600.260.68325.7143.3622.16
Hex51203C03C1A441462b16
Octal1214074074321045065326
Binary1010001100000111100011110011010100010010100011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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