#503042

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

Shades of Barossa #503042

Tints of Barossa #503042

Color information

#503042 (or 0x503042) is unknown color: approx Barossa. HEX triplet: 50, 30 and 42. RGB value is (80,48,66). Sum of RGB (Red+Green+Blue) = 80+48+66=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #503042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503042 is #AFCFBD. Grayscale: #3B3B3B. Windows color (decimal): -11521982 or 4337744. OLE color: 4337744.

HSL color Cylindrical-coordinate representation of color #503042: hue angle of 326.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #503042 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB804866-
CMYK00.400.170.69
HSL326.25º25%25.1%-
HSV(B)326.25º40%31.37%-
XYZ5.354.215.69-
YUV59.62131.6142.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 66 (26.17% from 255) = 34.02%
R=41.24%
G=24.74%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80486600.400.170.69326.252525.1
Hex50304202811451461919
Octal12060102050211055063131
Binary1010000110000100001001010001000110001011010001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503042; }

 p { color: rgb(80,48,66); }

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

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

 a { background-color: rgb(80,48,66); }

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

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

 span { border-color: rgb(80,48,66); }

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