#50283E

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

Shades of Barossa #50283E

Tints of Barossa #50283E

Color information

#50283E (or 0x50283E) is unknown color: approx Barossa. HEX triplet: 50, 28 and 3E. RGB value is (80,40,62). Sum of RGB (Red+Green+Blue) = 80+40+62=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #50283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50283E is #AFD7C1. Grayscale: #363636. Windows color (decimal): -11524034 or 4073552. OLE color: 4073552.

HSL color Cylindrical-coordinate representation of color #50283E: hue angle of 327º 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 #50283E is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB804062-
CMYK00.50.220.69
HSL327º33.33%23.53%-
HSV(B)327º50%31.37%-
XYZ4.943.574.99-
YUV54.47132.25146.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=43.96%
G=21.98%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80406200.50.220.6932733.3323.53
Hex50283E03216451472118
Octal1205076062261055074130
Binary1010000101000111110011001010110100010110100011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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