#502E42

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

Shades of Barossa #502E42

Tints of Barossa #502E42

Color information

#502E42 (or 0x502E42) is unknown color: approx Barossa. HEX triplet: 50, 2E and 42. RGB value is (80,46,66). Sum of RGB (Red+Green+Blue) = 80+46+66=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #502E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E42 is #AFD1BD. Grayscale: #3A3A3A. Windows color (decimal): -11522494 or 4337232. OLE color: 4337232.

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

Color convert

RGB804666-
CMYK00.420.170.69
HSL324.71º26.98%24.71%-
HSV(B)324.71º42.5%31.37%-
XYZ5.274.055.66-
YUV58.45132.26143.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 46 (18.36% from 255) = 23.96%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=41.67%
G=23.96%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80466600.420.170.69324.7126.9824.71
Hex502E4202A11451451b19
Octal12056102052211055053331
Binary1010000101110100001001010101000110001011010001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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