#50243C

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

Shades of Barossa #50243C

Tints of Barossa #50243C

Color information

#50243C (or 0x50243C) is unknown color: approx Barossa. HEX triplet: 50, 24 and 3C. RGB value is (80,36,60). Sum of RGB (Red+Green+Blue) = 80+36+60=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #50243C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50243C is #AFDBC3. Grayscale: #333333. Windows color (decimal): -11525060 or 3941456. OLE color: 3941456.

HSL color Cylindrical-coordinate representation of color #50243C: hue angle of 327.27º 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 #50243C is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB803660-
CMYK00.550.250.69
HSL327.27º37.93%22.75%-
HSV(B)327.27º55%31.37%-
XYZ4.753.294.66-
YUV51.89132.58148.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 36 (14.45% from 255) = 20.45%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=45.45%
G=20.45%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80366000.550.250.69327.2737.9322.75
Hex50243C03719451472617
Octal1204474067311055074627
Binary1010000100100111100011011111001100010110100011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50243C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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