#50243E

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

Shades of Barossa #50243E

Tints of Barossa #50243E

Color information

#50243E (or 0x50243E) is unknown color: approx Barossa. HEX triplet: 50, 24 and 3E. RGB value is (80,36,62). Sum of RGB (Red+Green+Blue) = 80+36+62=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50243E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50243E is #AFDBC1. Grayscale: #343434. Windows color (decimal): -11525058 or 4072528. OLE color: 4072528.

HSL color Cylindrical-coordinate representation of color #50243E: hue angle of 324.55º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50243E is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB803662-
CMYK00.550.220.69
HSL324.55º37.93%22.75%-
HSV(B)324.55º55%31.37%-
XYZ4.813.324.94-
YUV52.12133.58147.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 62 (24.61% from 255) = 34.83%
R=44.94%
G=20.22%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80366200.550.220.69324.5537.9322.75
Hex50243E03716451452617
Octal1204476067261055054627
Binary1010000100100111110011011110110100010110100010110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50243E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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