#50242B

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

Shades of Heath #50242B

Tints of Heath #50242B

Color information

#50242B (or 0x50242B) is unknown color: approx Heath. HEX triplet: 50, 24 and 2B. RGB value is (80,36,43). Sum of RGB (Red+Green+Blue) = 80+36+43=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50242B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50242B is #AFDBD4. Grayscale: #313131. Windows color (decimal): -11525077 or 2827344. OLE color: 2827344.

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

Color convert

RGB803643-
CMYK00.550.460.69
HSL350.45º37.93%22.75%-
HSV(B)350.45º55%31.37%-
XYZ4.383.142.66-
YUV49.95124.08149.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 36 (14.45% from 255) = 22.64%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=50.31%
G=22.64%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80364300.550.460.69350.4537.9322.75
Hex50242B0372E4515e2617
Octal1204453067561055364627
Binary10100001001001010110110111101110100010110101111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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