#50292B

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

Shades of Heath #50292B

Tints of Heath #50292B

Color information

#50292B (or 0x50292B) is unknown color: approx Heath. HEX triplet: 50, 29 and 2B. RGB value is (80,41,43). Sum of RGB (Red+Green+Blue) = 80+41+43=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #50292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50292B is #AFD6D4. Grayscale: #343434. Windows color (decimal): -11523797 or 2828624. OLE color: 2828624.

HSL color Cylindrical-coordinate representation of color #50292B: hue angle of 356.92º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50292B is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB804143-
CMYK00.490.460.69
HSL356.92º32.23%23.73%-
HSV(B)356.92º48.75%31.37%-
XYZ4.543.472.72-
YUV52.89122.42147.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=48.78%
G=25%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80414300.490.460.69356.9232.2323.73
Hex50292B0312E451652018
Octal1205153061561055454030
Binary10100001010011010110110001101110100010110110010110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50292B; }

 p { color: rgb(80,41,43); }

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

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

 a { background-color: rgb(80,41,43); }

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

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

 span { border-color: rgb(80,41,43); }

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