#502C42

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

Shades of Barossa #502C42

Tints of Barossa #502C42

Color information

#502C42 (or 0x502C42) is unknown color: approx Barossa. HEX triplet: 50, 2C and 42. RGB value is (80,44,66). Sum of RGB (Red+Green+Blue) = 80+44+66=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #502C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C42 is #AFD3BD. Grayscale: #393939. Windows color (decimal): -11523006 or 4336720. OLE color: 4336720.

HSL color Cylindrical-coordinate representation of color #502C42: hue angle of 323.33º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #502C42 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB804466-
CMYK00.450.170.69
HSL323.33º29.03%24.31%-
HSV(B)323.33º45%31.37%-
XYZ5.193.95.63-
YUV57.27132.93144.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 44 (17.58% from 255) = 23.16%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=42.11%
G=23.16%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80446600.450.170.69323.3329.0324.31
Hex502C4202D11451431d18
Octal12054102055211055033530
Binary1010000101100100001001011011000110001011010000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502C42; }

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

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

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

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

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

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

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

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