#50283C

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

Shades of Barossa #50283C

Tints of Barossa #50283C

Color information

#50283C (or 0x50283C) is unknown color: approx Barossa. HEX triplet: 50, 28 and 3C. RGB value is (80,40,60). Sum of RGB (Red+Green+Blue) = 80+40+60=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #50283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50283C is #AFD7C3. Grayscale: #363636. Windows color (decimal): -11524036 or 3942480. OLE color: 3942480.

HSL color Cylindrical-coordinate representation of color #50283C: hue angle of 330º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50283C is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB804060-
CMYK00.50.250.69
HSL330º33.33%23.53%-
HSV(B)330º50%31.37%-
XYZ4.883.554.7-
YUV54.24131.25146.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 40 (16.02% from 255) = 22.22%
BLUE value IS 60 (23.83% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80406000.50.250.6933033.3323.53
Hex50283C032194514a2118
Octal1205074062311055124130
Binary1010000101000111100011001011001100010110100101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,40,60); }

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

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

 a { background-color: rgb(80,40,60); }

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

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

 span { border-color: rgb(80,40,60); }

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