#502440

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

Shades of Barossa #502440

Tints of Barossa #502440

Color information

#502440 (or 0x502440) is unknown color: approx Barossa. HEX triplet: 50, 24 and 40. RGB value is (80,36,64). Sum of RGB (Red+Green+Blue) = 80+36+64=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #502440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502440 is #AFDBBF. Grayscale: #343434. Windows color (decimal): -11525056 or 4203600. OLE color: 4203600.

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

Color convert

RGB803664-
CMYK00.550.200.69
HSL321.82º37.93%22.75%-
HSV(B)321.82º55%31.37%-
XYZ4.863.345.24-
YUV52.35134.58147.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 64 (25.39% from 255) = 35.56%
R=44.44%
G=20%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80366400.550.200.69321.8237.9322.75
Hex50244003714451422617
Octal12044100067241055024627
Binary10100001001001000000011011110100100010110100001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502440; }

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

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

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

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

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

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

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

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